match-3-game/project/Scenes/Dots/red_dot.tscn
Jordan Wages 978769d657 Template and Runtime Commit
Includes the godot runtime and the project files from the Match3 template.
2022-02-09 15:51:01 -06:00

10 lines
303 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Assets/Dots/red.svg" type="Texture" id=1]
[ext_resource path="res://Scenes/Dot.tscn" type="PackedScene" id=2]
[node name="red_dot" instance=ExtResource( 2 )]
color = "red"
[node name="Sprite" parent="." index="0"]
texture = ExtResource( 1 )