AugGodotGameCourse/augustgamecourse/scenes/game.tscn

69 lines
2.4 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://diss5ty7548p3"]
[ext_resource type="PackedScene" uid="uid://0j0320rcnxo7" path="res://scenes/crate.tscn" id="1_8ekmb"]
[ext_resource type="PackedScene" uid="uid://dbgc24hrbtvxm" path="res://scenes/player.tscn" id="2_dlxtb"]
[ext_resource type="PackedScene" uid="uid://csewven6s5npw" path="res://scenes/trigger.tscn" id="3_t3xge"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_byea1"]
[sub_resource type="WorldBoundaryShape2D" id="WorldBoundaryShape2D_nl2iw"]
[node name="World" type="Node2D"]
[node name="Platform" type="StaticBody2D" parent="."]
position = Vector2(537, 386)
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Platform"]
shape = SubResource("RectangleShape2D_byea1")
[node name="Platform4" type="StaticBody2D" parent="."]
position = Vector2(494, 449)
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Platform4"]
shape = SubResource("RectangleShape2D_byea1")
[node name="Platform5" type="StaticBody2D" parent="."]
position = Vector2(452, 489)
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Platform5"]
shape = SubResource("RectangleShape2D_byea1")
[node name="Platform2" type="StaticBody2D" parent="."]
position = Vector2(623, 386)
scale = Vector2(3.16, 1)
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Platform2"]
shape = SubResource("RectangleShape2D_byea1")
[node name="Platform3" type="StaticBody2D" parent="."]
position = Vector2(728, 383)
rotation = -0.701015
scale = Vector2(3.16, 1)
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Platform3"]
shape = SubResource("RectangleShape2D_byea1")
[node name="Floor" type="StaticBody2D" parent="."]
position = Vector2(535, 511)
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="Floor"]
shape = SubResource("WorldBoundaryShape2D_nl2iw")
[node name="CharacterBody2D" parent="." instance=ExtResource("2_dlxtb")]
position = Vector2(650, 362)
[node name="Area2D" parent="." instance=ExtResource("3_t3xge")]
position = Vector2(739, 500)
[node name="RigidBody2D" parent="." groups=["pushables"] instance=ExtResource("1_8ekmb")]
position = Vector2(605, 327)
[node name="RigidBody2D2" parent="." groups=["pushables"] instance=ExtResource("1_8ekmb")]
position = Vector2(718, 331)