2020-04-19 16:16:40 -04:00
|
|
|
[gd_scene load_steps=3 format=2]
|
2020-04-19 10:15:42 -04:00
|
|
|
|
2020-04-19 16:16:40 -04:00
|
|
|
[ext_resource path="res://Wall.gd" type="Script" id=1]
|
|
|
|
[ext_resource path="res://textures/wall.png" type="Texture" id=2]
|
2020-04-19 10:15:42 -04:00
|
|
|
|
|
|
|
[node name="Wall" type="Node2D"]
|
2020-04-19 16:16:40 -04:00
|
|
|
script = ExtResource( 1 )
|
2020-04-19 10:15:42 -04:00
|
|
|
|
|
|
|
[node name="WallTexture" type="TextureRect" parent="."]
|
|
|
|
margin_right = 40.0
|
|
|
|
margin_bottom = 40.0
|
2020-04-19 16:16:40 -04:00
|
|
|
texture = ExtResource( 2 )
|
2020-04-19 10:15:42 -04:00
|
|
|
expand = true
|
|
|
|
|