MarchGame/scenes/game.tscn

77 lines
3.1 KiB
Plaintext
Raw Permalink Normal View History

[gd_scene format=3 uid="uid://cqk2rgy3m1chs"]
[ext_resource type="Script" uid="uid://dxubdt7nh5s1j" path="res://scripts/gameController.gd" id="1_lnu2h"]
2026-03-09 20:48:04 +00:00
[ext_resource type="Script" uid="uid://b8iyniv2mu5mi" path="res://scripts/sceneManager.gd" id="2_iywne"]
[ext_resource type="PackedScene" uid="uid://b6lw2go5mwk3h" path="res://scenes/crate.tscn" id="2_lnu2h"]
[ext_resource type="Script" uid="uid://c17de7vvtri1e" path="res://scripts/player.gd" id="2_yqjtg"]
[ext_resource type="PackedScene" uid="uid://bf50mxdma8wq4" path="res://scenes/trigger.tscn" id="4_lbhrr"]
2026-03-09 20:48:04 +00:00
[sub_resource type="CircleShape2D" id="CircleShape2D_uwrxv"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_8cj0n"]
size = Vector2(74, 20)
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_lbhrr"]
[node name="Game" type="Node2D" unique_id=239599901]
2026-03-09 20:48:04 +00:00
position = Vector2(6, 0)
script = ExtResource("1_lnu2h")
2026-03-09 20:48:04 +00:00
[node name="SceneManager" type="Node2D" parent="." unique_id=1299641124]
script = ExtResource("2_iywne")
[node name="Player" type="CharacterBody2D" parent="." unique_id=1540403255]
2026-03-09 20:48:04 +00:00
position = Vector2(577, 414)
script = ExtResource("2_yqjtg")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Player" unique_id=1365827185]
shape = SubResource("CircleShape2D_uwrxv")
debug_color = Color(0.28743955, 0.62438726, 0.25921708, 0.41960785)
2026-03-09 20:48:04 +00:00
[node name="Level" type="Node2D" parent="." unique_id=1047144827]
2026-03-09 20:48:04 +00:00
[node name="StaticBody2D" type="StaticBody2D" parent="Level" unique_id=2062716976]
position = Vector2(591, 442)
scale = Vector2(2, 1)
metadata/_edit_group_ = true
2026-03-09 20:48:04 +00:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="Level/StaticBody2D" unique_id=1655047088]
shape = SubResource("RectangleShape2D_8cj0n")
[node name="StaticBody2D2" type="StaticBody2D" parent="Level" unique_id=426786591]
position = Vector2(601, 622)
metadata/_edit_group_ = true
2026-03-09 20:48:04 +00:00
[node name="CollisionShape2D" type="CollisionShape2D" parent="Level/StaticBody2D2" unique_id=895098891]
shape = SubResource("WorldBoundaryShape2D_lbhrr")
2026-03-09 20:48:04 +00:00
[node name="Crates" type="Node2D" parent="." unique_id=131687815]
[node name="Crate" parent="Crates" unique_id=1307809047 instance=ExtResource("2_lnu2h")]
position = Vector2(644, 404)
[node name="Crate2" parent="Crates" unique_id=1988562966 instance=ExtResource("2_lnu2h")]
position = Vector2(609, 403)
[node name="Crate3" parent="Crates" unique_id=1771442258 instance=ExtResource("2_lnu2h")]
position = Vector2(539, 411)
2026-03-09 20:48:04 +00:00
[node name="Triggers" type="Node2D" parent="." unique_id=1373437339]
[node name="Trigger" parent="Triggers" unique_id=1908774248 instance=ExtResource("4_lbhrr")]
position = Vector2(692, 509)
effect = "destroy"
[node name="Trigger4" parent="Triggers" unique_id=1450661815 instance=ExtResource("4_lbhrr")]
position = Vector2(578, 326)
effect = "timeExtend"
[node name="Trigger3" parent="Triggers" unique_id=1623839308 instance=ExtResource("4_lbhrr")]
position = Vector2(353, 593)
effect = "destroy"
[node name="Trigger2" parent="Triggers" unique_id=1627494044 instance=ExtResource("4_lbhrr")]
position = Vector2(508, 507)
effect = "teleport"