69 lines
2.4 KiB
Plaintext
69 lines
2.4 KiB
Plaintext
[gd_scene load_steps=9 format=3 uid="uid://dhgts0kodsujx"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://djkjmi7bo58uv" path="res://scenes/crate.tscn" id="1_6shkr"]
|
|
[ext_resource type="Script" path="res://scripts/gameController.gd" id="1_7tjsy"]
|
|
[ext_resource type="Script" path="res://scripts/charController.gd" id="2_uc4yi"]
|
|
[ext_resource type="Script" path="res://scripts/trigger.gd" id="3_t4lk8"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_n7xvc"]
|
|
size = Vector2(92, 20)
|
|
|
|
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_gasd3"]
|
|
distance = -484.0
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_uvblg"]
|
|
radius = 32.5576
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_5ph8t"]
|
|
radius = 62.0
|
|
|
|
[node name="Game" type="Node2D"]
|
|
script = ExtResource("1_7tjsy")
|
|
|
|
[node name="firstPlatform" type="StaticBody2D" parent="."]
|
|
position = Vector2(595, 310)
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="firstPlatform"]
|
|
shape = SubResource("RectangleShape2D_n7xvc")
|
|
|
|
[node name="RigidBody2D" parent="." instance=ExtResource("1_6shkr")]
|
|
position = Vector2(605, 106)
|
|
rotation = -0.706362
|
|
|
|
[node name="RigidBody2D2" parent="." instance=ExtResource("1_6shkr")]
|
|
position = Vector2(603, 208)
|
|
|
|
[node name="Floor" type="StaticBody2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Floor"]
|
|
shape = SubResource("WorldBoundaryShape2D_gasd3")
|
|
|
|
[node name="RigidBody2D4" parent="." instance=ExtResource("1_6shkr")]
|
|
position = Vector2(629, 37)
|
|
|
|
[node name="CharacterBody2D" type="CharacterBody2D" parent="."]
|
|
position = Vector2(524, 393)
|
|
script = ExtResource("2_uc4yi")
|
|
PUSH_FORCE = 50
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="CharacterBody2D"]
|
|
shape = SubResource("CircleShape2D_uvblg")
|
|
debug_color = Color(0.872789, 0.000463018, 0.842707, 0.42)
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
position = Vector2(952, 434)
|
|
script = ExtResource("3_t4lk8")
|
|
metadata/_edit_group_ = true
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
shape = SubResource("CircleShape2D_5ph8t")
|
|
debug_color = Color(0.630721, 0.529414, 1.92523e-07, 0.42)
|
|
|
|
[node name="RigidBody2D3" parent="." instance=ExtResource("1_6shkr")]
|
|
position = Vector2(534, 53)
|
|
|
|
[connection signal="areaTrigger" from="Area2D" to="." method="_on_trigger"]
|
|
[connection signal="body_entered" from="Area2D" to="Area2D" method="_on_body_entered"]
|