Man-Run/Scenen/plattform.tscn

18 lines
608 B
Text
Raw Normal View History

2025-02-05 21:43:10 +01:00
[gd_scene load_steps=3 format=3 uid="uid://diikmjicgreq5"]
2025-02-07 19:35:04 +01:00
[ext_resource type="Texture2D" uid="uid://c68yu676n2ji3" path="res://assets/images/Terrain/Terrain (16x16).png" id="1_as7fc"]
2025-02-05 21:43:10 +01:00
[sub_resource type="RectangleShape2D" id="RectangleShape2D_nqesr"]
size = Vector2(45.4101, 17.0587)
[node name="Plattform" type="StaticBody2D"]
scale = Vector2(2, 2)
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_as7fc")
region_enabled = true
region_rect = Rect2(97, 0, 46, 19)
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_nqesr")