2020-04-19 10:15:42 -04:00
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
2020-04-19 10:18:02 -04:00
|
|
|
[ext_resource path="res://textures/rock.png" type="Texture" id=1]
|
2020-04-19 10:15:42 -04:00
|
|
|
|
|
|
|
[node name="Rock" type="Node2D"]
|
|
|
|
|
|
|
|
[node name="RockTexture" type="TextureRect" parent="."]
|
|
|
|
margin_right = 40.0
|
|
|
|
margin_bottom = 40.0
|
|
|
|
texture = ExtResource( 1 )
|
|
|
|
expand = true
|
|
|
|
|