untitled-plant-game/World/Pixel.tscn

13 lines
259 B
Text
Raw Normal View History

2021-12-04 00:20:48 +00:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://World/Pixel.gd" type="Script" id=1]
2021-12-03 23:12:22 +00:00
[node name="Pixel" type="ColorRect"]
margin_right = 1.0
margin_bottom = 1.0
2021-12-05 19:26:10 +00:00
mouse_filter = 2
2021-12-04 00:20:48 +00:00
script = ExtResource( 1 )
2021-12-03 23:12:22 +00:00
__meta__ = {
"_edit_use_anchors_": false
}