2024-09-07 09:31:37 -04:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://eo08vhsoltt6"]
|
|
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c8wfwo1nixh7d" path="res://Assets/World/Grounds/Dirt.png" id="1_437ln"]
|
2024-09-04 13:51:59 -04:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_2rdbk"]
|
2024-09-07 09:31:37 -04:00
|
|
|
size = Vector2(455, 51)
|
2024-09-04 13:51:59 -04:00
|
|
|
|
|
|
|
[node name="Ground1" type="Node2D"]
|
|
|
|
|
2024-09-07 12:08:47 -04:00
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
position = Vector2(2, 3)
|
|
|
|
scale = Vector2(0.2, 0.2)
|
|
|
|
texture = ExtResource("1_437ln")
|
|
|
|
|
2024-09-04 13:51:59 -04:00
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
2024-09-07 09:31:37 -04:00
|
|
|
position = Vector2(-8.5, 1.5)
|
2024-09-04 13:51:59 -04:00
|
|
|
shape = SubResource("RectangleShape2D_2rdbk")
|
|
|
|
debug_color = Color(0, 0.645698, 0.254313, 0.42)
|