JulyGameTTL/Scenes/game.tscn

65 lines
2.2 KiB
Plaintext

[gd_scene load_steps=8 format=3 uid="uid://c3nfwlo4i3hne"]
[ext_resource type="Script" path="res://Scripts/gamecontroller.gd" id="1_llgwy"]
[ext_resource type="Script" path="res://Scripts/character_1.gd" id="1_xvmse"]
[ext_resource type="PackedScene" uid="uid://8e4lo2w8tmxq" path="res://Scenes/trigger.tscn" id="2_ja4if"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ejxeh"]
size = Vector2(54, 20)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_m3ihr"]
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_0uq2f"]
[sub_resource type="CircleShape2D" id="CircleShape2D_4vo57"]
[node name="Game" type="Node2D"]
script = ExtResource("1_llgwy")
[node name="Platform" type="StaticBody2D" parent="."]
position = Vector2(213, 228)
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Platform"]
shape = SubResource("RectangleShape2D_ejxeh")
[node name="Crate 1" type="RigidBody2D" parent="."]
position = Vector2(177, 34)
rotation = -0.54389
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Crate 1"]
shape = SubResource("RectangleShape2D_m3ihr")
debug_color = Color(0.783958, 0.434081, 7.70092e-07, 0.42)
[node name="Crate 2" type="RigidBody2D" parent="."]
position = Vector2(224, 36)
rotation = -0.54389
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Crate 2"]
shape = SubResource("RectangleShape2D_m3ihr")
debug_color = Color(0.783958, 0.434081, 7.70092e-07, 0.42)
[node name="Ground" type="StaticBody2D" parent="."]
position = Vector2(214, 284)
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Ground"]
shape = SubResource("WorldBoundaryShape2D_0uq2f")
[node name="Character 1" type="CharacterBody2D" parent="."]
position = Vector2(191, 195)
script = ExtResource("1_xvmse")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Character 1"]
position = Vector2(21, 4)
shape = SubResource("CircleShape2D_4vo57")
debug_color = Color(0.021275, 0.650889, 0, 0.42)
[node name="Area2D" parent="." instance=ExtResource("2_ja4if")]
position = Vector2(279, 218)
[connection signal="areaTriggerSignal" from="Area2D" to="." method="_on_trigger"]