taqin/game/src/Taquin.tscn

12 lines
301 B
Plaintext

[gd_scene load_steps=2 format=2]
[ext_resource path="res://src/Taquin.gd" type="Script" id=1]
[node name="Taquin" type="Node2D"]
script = ExtResource( 1 )
[node name="ColorRect" type="ColorRect" parent="."]
margin_right = 512.0
margin_bottom = 512.0
color = Color( 0.254902, 0.329412, 0.45098, 1 )