11 lines
309 B
Text
11 lines
309 B
Text
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://Assets/Dots/green.svg" type="Texture" id=1]
|
||
|
[ext_resource path="res://Scenes/Dot.tscn" type="PackedScene" id=2]
|
||
|
|
||
|
[node name="green_dot" instance=ExtResource( 2 )]
|
||
|
color = "green"
|
||
|
|
||
|
[node name="Sprite" parent="." index="0"]
|
||
|
texture = ExtResource( 1 )
|