13 lines
274 B
Plaintext
13 lines
274 B
Plaintext
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://textures/wall.png" type="Texture" id=1]
|
||
|
|
||
|
[node name="Rock" type="Node2D"]
|
||
|
|
||
|
[node name="RockTexture" type="TextureRect" parent="."]
|
||
|
margin_right = 40.0
|
||
|
margin_bottom = 40.0
|
||
|
texture = ExtResource( 1 )
|
||
|
expand = true
|
||
|
|