taqin/game/src/Taquin.tscn

12 lines
301 B
Plaintext
Raw Normal View History

2019-11-22 13:38:50 +01:00
[gd_scene load_steps=2 format=2]
2019-11-21 00:25:53 +01:00
[ext_resource path="res://src/Taquin.gd" type="Script" id=1]
2019-11-25 01:16:06 +01:00
[node name="Taquin" type="Node2D"]
2019-11-21 00:25:53 +01:00
script = ExtResource( 1 )
2019-11-27 00:50:35 +01:00
[node name="ColorRect" type="ColorRect" parent="."]
margin_right = 512.0
margin_bottom = 512.0
color = Color( 0.254902, 0.329412, 0.45098, 1 )