[gd_scene load_steps=8 format=3 uid="uid://cxnmaxykhbgaq"] [ext_resource type="PackedScene" uid="uid://63qb2drh1l33" path="res://scenes/crate.tscn" id="1_0wmww"] [ext_resource type="Script" path="res://scripts/gamecontroller.gd" id="1_5dy8j"] [ext_resource type="Script" path="res://scripts/Trigger.gd" id="3_4laji"] [ext_resource type="PackedScene" uid="uid://c1cuiluq1fcpk" path="res://scenes/player.tscn" id="3_w28al"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_f1luk"] size = Vector2(172, 20) [sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_k1pyx"] [sub_resource type="CircleShape2D" id="CircleShape2D_wdyhk"] radius = 34.1321 [node name="game" type="Node2D"] script = ExtResource("1_5dy8j") [node name="StaticBody2D" type="StaticBody2D" parent="."] position = Vector2(302, 430) metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"] shape = SubResource("RectangleShape2D_f1luk") [node name="RigidBody2D" parent="." instance=ExtResource("1_0wmww")] position = Vector2(297, 129) rotation = 0.688747 [node name="RigidBody2D2" parent="." instance=ExtResource("1_0wmww")] position = Vector2(391, 64) rotation = 0.358379 [node name="CharacterBody2D" parent="." instance=ExtResource("3_w28al")] [node name="StaticBody2D2" type="StaticBody2D" parent="."] position = Vector2(299, 490) metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D2"] shape = SubResource("WorldBoundaryShape2D_k1pyx") [node name="Trigger" type="Area2D" parent="."] position = Vector2(736, 460) script = ExtResource("3_4laji") metadata/_edit_group_ = true [node name="CollisionShape2D" type="CollisionShape2D" parent="Trigger"] shape = SubResource("CircleShape2D_wdyhk") debug_color = Color(0.466667, 0.592157, 0, 0.419608) [node name="RigidBody2D3" parent="." instance=ExtResource("1_0wmww")] position = Vector2(256, 39) [connection signal="alert" from="Trigger" to="." method="_on_trigger_alert"] [connection signal="body_entered" from="Trigger" to="Trigger" method="_on_body_entered"]