This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
ld48/environment/props/TableWide1.tscn
2021-04-25 13:25:37 -04:00

15 lines
428 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://environment/props/desk.png" type="Texture" id=1]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 24, 5 )
[node name="StaticBody2D" type="StaticBody2D"]
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 1 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( 0, 4.83117 )
shape = SubResource( 1 )