20 lines
439 B
Plaintext
20 lines
439 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://icon.png" type="Texture" id=1]
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
|
|
[node name="Obstacle" type="StaticBody2D"]
|
|
__meta__ = {
|
|
"_edit_group_": true
|
|
}
|
|
|
|
[node name="ObstacleTexture" type="TextureRect" parent="."]
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="ObstacleCollision" type="CollisionShape2D" parent="."]
|
|
shape = SubResource( 1 )
|
|
|