FebGame/febfabgame/Scenes/feb_fab_game.tscn

111 lines
3.7 KiB
Plaintext

[gd_scene load_steps=9 format=3 uid="uid://cpuc12n61qg6b"]
[ext_resource type="Script" path="res://Scripts/trigger.gd" id="1_a0h8u"]
[ext_resource type="Script" path="res://Scripts/gamecontroller.gd" id="1_amnm6"]
[ext_resource type="Script" path="res://Scripts/Player.gd" id="2_e5caj"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_yfjal"]
size = Vector2(65, 20)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_57esh"]
size = Vector2(52, 56)
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_qkap3"]
[sub_resource type="CircleShape2D" id="CircleShape2D_skxer"]
radius = 48.0
[sub_resource type="CircleShape2D" id="CircleShape2D_xiumq"]
[node name="FebFabGame" type="Node2D"]
script = ExtResource("1_amnm6")
[node name="Brick" type="StaticBody2D" parent="."]
position = Vector2(606, 379)
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Brick"]
position = Vector2(-0.5, 0)
shape = SubResource("RectangleShape2D_yfjal")
[node name="Brick3" type="StaticBody2D" parent="."]
position = Vector2(353, 385)
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Brick3"]
position = Vector2(-0.5, 0)
shape = SubResource("RectangleShape2D_yfjal")
[node name="Brick2" type="StaticBody2D" parent="."]
position = Vector2(478, 490)
rotation = 0.699225
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Brick2"]
position = Vector2(-0.5, 0)
shape = SubResource("RectangleShape2D_yfjal")
[node name="Crate1" type="RigidBody2D" parent="."]
position = Vector2(642, 251)
rotation = -0.585206
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Crate1"]
shape = SubResource("RectangleShape2D_57esh")
debug_color = Color(0.812962, 0.406946, 0.115236, 0.42)
[node name="Crate4" type="RigidBody2D" parent="."]
position = Vector2(353, 97)
rotation = 1.62165
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Crate4"]
shape = SubResource("RectangleShape2D_57esh")
debug_color = Color(0.812962, 0.406946, 0.115236, 0.42)
[node name="Crate2" type="RigidBody2D" parent="."]
position = Vector2(664, 155)
rotation = 0.531432
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Crate2"]
shape = SubResource("RectangleShape2D_57esh")
debug_color = Color(0.812962, 0.406946, 0.115236, 0.42)
[node name="Crate3" type="RigidBody2D" parent="."]
position = Vector2(843, 88)
rotation = 0.531432
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Crate3"]
shape = SubResource("RectangleShape2D_57esh")
debug_color = Color(0.812962, 0.406946, 0.115236, 0.42)
[node name="Floor" type="StaticBody2D" parent="."]
position = Vector2(613, 579)
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Floor"]
shape = SubResource("WorldBoundaryShape2D_qkap3")
[node name="Trigger" type="Area2D" parent="."]
position = Vector2(727, 529)
script = ExtResource("1_a0h8u")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Trigger"]
shape = SubResource("CircleShape2D_skxer")
debug_color = Color(0.50428, 0.445656, 0.95237, 0.42)
[node name="CharacterBody2D" type="CharacterBody2D" parent="."]
position = Vector2(590, 356)
script = ExtResource("2_e5caj")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="CharacterBody2D"]
shape = SubResource("CircleShape2D_xiumq")
debug_color = Color(0.234989, 0.626043, 0.349119, 0.42)
[connection signal="areaTrigger" from="Trigger" to="." method="_on_trigger_area_trigger"]
[connection signal="body_entered" from="Trigger" to="Trigger" method="_on_body_entered"]