MarchGame/scenes/game.tscn

72 lines
3.0 KiB
Plaintext
Raw Permalink Normal View History

2026-03-03 02:07:00 +00:00
[gd_scene format=3 uid="uid://c2f5v136bbqod"]
[ext_resource type="Script" uid="uid://dxubdt7nh5s1j" path="res://scripts/gameController.gd" id="1_lnu2h"]
2026-03-10 01:04:23 +00:00
[ext_resource type="Script" uid="uid://qa1q5a2swlfc" path="res://scripts/scene_manager.gd" id="2_iywne"]
2026-03-03 02:07:00 +00:00
[ext_resource type="PackedScene" uid="uid://b6lw2go5mwk3h" path="res://scenes/crate.tscn" id="2_lbhrr"]
2026-03-10 01:04:23 +00:00
[ext_resource type="PackedScene" uid="uid://s0utas3jmhjk" path="res://scenes/player.tscn" id="3_iywne"]
2026-03-03 02:07:00 +00:00
[ext_resource type="PackedScene" uid="uid://bf50mxdma8wq4" path="res://scenes/trigger.tscn" id="3_lbhrr"]
2026-03-10 01:04:23 +00:00
[ext_resource type="PackedScene" uid="uid://cp6dv18imsngd" path="res://scenes/bullet.tscn" id="6_p57ef"]
2026-03-03 02:07:00 +00:00
[sub_resource type="RectangleShape2D" id="RectangleShape2D_8cj0n"]
size = Vector2(46, 20)
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_iywne"]
[node name="Game" type="Node2D" unique_id=863075634]
script = ExtResource("1_lnu2h")
2026-03-10 01:04:23 +00:00
[node name="SceneManager" type="Node2D" parent="." unique_id=1880010886]
unique_name_in_owner = true
script = ExtResource("2_iywne")
2026-03-03 02:07:00 +00:00
2026-03-10 01:04:23 +00:00
[node name="Player" parent="." unique_id=1109630338 instance=ExtResource("3_iywne")]
position = Vector2(326, 174)
[node name="Triggers" type="Node2D" parent="." unique_id=824433282]
[node name="Trigger" parent="Triggers" unique_id=1432397495 instance=ExtResource("3_lbhrr")]
position = Vector2(500, 295)
[node name="Trigger2" parent="Triggers" unique_id=528038205 instance=ExtResource("3_lbhrr")]
position = Vector2(196, 297)
effect = "teleport"
2026-03-03 02:07:00 +00:00
2026-03-10 01:04:23 +00:00
[node name="Trigger3" parent="Triggers" unique_id=516097243 instance=ExtResource("3_lbhrr")]
position = Vector2(287, 54)
effect = "powerup"
[node name="Crates" type="Node2D" parent="." unique_id=670229137]
[node name="Crate" parent="Crates" unique_id=289536100 instance=ExtResource("2_lbhrr")]
2026-03-03 02:07:00 +00:00
position = Vector2(400.00003, 171)
2026-03-10 01:04:23 +00:00
scale = Vector2(0.99999994, 0.99999994)
2026-03-03 02:07:00 +00:00
2026-03-10 01:04:23 +00:00
[node name="Crate2" parent="Crates" unique_id=1758294520 instance=ExtResource("2_lbhrr")]
position = Vector2(382, 96.999985)
scale = Vector2(0.99999994, 0.99999994)
2026-03-03 02:07:00 +00:00
2026-03-10 01:04:23 +00:00
[node name="Crate3" parent="Crates" unique_id=161286893 instance=ExtResource("2_lbhrr")]
position = Vector2(354, 114)
scale = Vector2(0.99999994, 0.99999994)
2026-03-03 02:07:00 +00:00
2026-03-10 01:04:23 +00:00
[node name="Level" type="Node2D" parent="." unique_id=2000617151]
2026-03-03 02:07:00 +00:00
2026-03-10 01:04:23 +00:00
[node name="StaticBody2D" type="StaticBody2D" parent="Level" unique_id=793440430]
position = Vector2(340.99997, 211)
scale = Vector2(3.2297606, 1.0433427)
2026-03-03 02:07:00 +00:00
metadata/_edit_group_ = true
2026-03-10 01:04:23 +00:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="Level/StaticBody2D" unique_id=21019430]
shape = SubResource("RectangleShape2D_8cj0n")
2026-03-03 02:07:00 +00:00
2026-03-10 01:04:23 +00:00
[node name="StaticBody2D2" type="StaticBody2D" parent="Level" unique_id=531572601]
2026-03-03 02:07:00 +00:00
position = Vector2(363, 399)
scale = Vector2(1.4, 2.2)
metadata/_edit_group_ = true
2026-03-10 01:04:23 +00:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="Level/StaticBody2D2" unique_id=237256227]
2026-03-03 02:07:00 +00:00
shape = SubResource("WorldBoundaryShape2D_iywne")
2026-03-10 01:04:23 +00:00
[node name="Bullet" parent="." unique_id=1567847193 instance=ExtResource("6_p57ef")]
position = Vector2(256, 130)