96 lines
3.3 KiB
Plaintext
96 lines
3.3 KiB
Plaintext
[gd_scene load_steps=9 format=3 uid="uid://c7psh8jpkkc6x"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/game controller.gd" id="1_pcysq"]
|
|
[ext_resource type="Script" path="res://scripts/trigger.gd" id="1_tp4vr"]
|
|
[ext_resource type="Script" path="res://scripts/Player.gd" id="2_o8d6o"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_nynyi"]
|
|
size = Vector2(96, 20)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_gv8hf"]
|
|
|
|
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_ukrrp"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_785vb"]
|
|
radius = 88.1419
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_wfabo"]
|
|
|
|
[node name="AhmedGG" type="Node2D"]
|
|
script = ExtResource("1_pcysq")
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
position = Vector2(296, 246)
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
|
shape = SubResource("RectangleShape2D_nynyi")
|
|
|
|
[node name="RigidBody2D" type="RigidBody2D" parent="."]
|
|
position = Vector2(307, 34)
|
|
rotation = 0.785398
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D"]
|
|
shape = SubResource("RectangleShape2D_gv8hf")
|
|
debug_color = Color(0.850993, 0.368517, 0.134324, 0.42)
|
|
|
|
[node name="RigidBody2D2" type="RigidBody2D" parent="."]
|
|
position = Vector2(247, 100)
|
|
rotation = 1.33752
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="RigidBody2D2"]
|
|
shape = SubResource("RectangleShape2D_gv8hf")
|
|
debug_color = Color(0.850993, 0.368517, 0.134324, 0.42)
|
|
|
|
[node name="StaticBody2D2" type="StaticBody2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D2"]
|
|
position = Vector2(295, 431)
|
|
shape = SubResource("WorldBoundaryShape2D_ukrrp")
|
|
|
|
[node name="Trigger" type="Area2D" parent="."]
|
|
position = Vector2(387, 339)
|
|
script = ExtResource("1_tp4vr")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Trigger"]
|
|
shape = SubResource("CircleShape2D_785vb")
|
|
debug_color = Color(0.489643, 0.4608, 0.929032, 0.42)
|
|
|
|
[node name="CharacterBody2D" type="CharacterBody2D" parent="."]
|
|
position = Vector2(279, 68)
|
|
script = ExtResource("2_o8d6o")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="CharacterBody2D"]
|
|
shape = SubResource("CapsuleShape2D_wfabo")
|
|
debug_color = Color(0.416871, 0.601139, 0.192736, 0.42)
|
|
|
|
[node name="StaticBody2D3" type="StaticBody2D" parent="."]
|
|
position = Vector2(388, 223)
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D3"]
|
|
rotation = -0.412146
|
|
scale = Vector2(1, 1)
|
|
shape = SubResource("RectangleShape2D_nynyi")
|
|
|
|
[node name="StaticBody2D4" type="StaticBody2D" parent="."]
|
|
position = Vector2(180, 364)
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D4"]
|
|
shape = SubResource("RectangleShape2D_nynyi")
|
|
|
|
[node name="StaticBody2D5" type="StaticBody2D" parent="."]
|
|
position = Vector2(235, 291)
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D5"]
|
|
shape = SubResource("RectangleShape2D_nynyi")
|
|
|
|
[connection signal="areatrigger" from="Trigger" to="." method="_on_trigger_areatrigger"]
|
|
[connection signal="body_entered" from="Trigger" to="Trigger" method="_on_body_entered"]
|