LD46/Dirt.tscn
2020-04-19 16:16:40 -04:00

15 lines
355 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Dirt.gd" type="Script" id=1]
[ext_resource path="res://textures/dirt.png" type="Texture" id=2]
[node name="Dirt" type="Node2D"]
script = ExtResource( 1 )
[node name="DirtTexture" type="TextureRect" parent="."]
margin_right = 40.0
margin_bottom = 40.0
texture = ExtResource( 2 )
expand = true