JulyGame/scenes/game.tscn

46 lines
1.8 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=8 format=3 uid="uid://bjk7nrcwo0ikb"]
[ext_resource type="Script" uid="uid://bc6rpr127gn6l" path="res://scripts/gamecontroller.gd" id="1_lnu2h"]
2025-08-12 01:03:02 +00:00
[ext_resource type="PackedScene" uid="uid://cm72yvkbgso3" path="res://scenes/crate.tscn" id="2_lbhrr"]
[ext_resource type="PackedScene" uid="uid://bbg4idgjqm8wr" path="res://scenes/player.tscn" id="2_lnu2h"]
[ext_resource type="Script" uid="uid://slrv7nc7hjkl" path="res://scripts/scene_manager.gd" id="2_p57ef"]
[ext_resource type="PackedScene" uid="uid://d1gmq2hler2x3" path="res://scenes/trigger.tscn" id="2_yqjtg"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_8cj0n"]
size = Vector2(66, 20)
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_8cj0n"]
2025-08-12 01:03:02 +00:00
distance = 15.0
[node name="Game" type="Node2D"]
script = ExtResource("1_lnu2h")
2025-08-12 01:03:02 +00:00
[node name="SceneManager" type="Node2D" parent="."]
unique_name_in_owner = true
script = ExtResource("2_p57ef")
[node name="StaticBody2D" type="StaticBody2D" parent="."]
position = Vector2(205, 132)
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
shape = SubResource("RectangleShape2D_8cj0n")
2025-08-12 01:03:02 +00:00
[node name="crate" parent="." instance=ExtResource("2_lbhrr")]
position = Vector2(272, -97)
[node name="world-boundary" type="StaticBody2D" parent="."]
2025-08-12 01:03:02 +00:00
position = Vector2(488, 645)
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="world-boundary"]
shape = SubResource("WorldBoundaryShape2D_8cj0n")
2025-08-12 01:03:02 +00:00
[node name="Player" parent="." instance=ExtResource("2_lnu2h")]
position = Vector2(210, 92)
[node name="Area2D" parent="." instance=ExtResource("2_yqjtg")]
position = Vector2(1106, 604)
[connection signal="areaTriggerSignal" from="Area2D" to="." method="_on_area_2d_area_trigger_signal"]