X-Git-Url: http://git.purplebirdman.com/catris.git/blobdiff_plain/2f553c6c1c71810a4ff47a966c2bf39893233373..5b090c35e5d741efe235ce84a2dd124828858863:/scene/board.tscn diff --git a/scene/board.tscn b/scene/board.tscn index 53a2437..732cbd0 100644 --- a/scene/board.tscn +++ b/scene/board.tscn @@ -1,18 +1,19 @@ -[gd_scene load_steps=4 format=3 uid="uid://4saff6435gux"] +[gd_scene load_steps=5 format=3 uid="uid://4saff6435gux"] [ext_resource type="Script" uid="uid://bex8wrsgbx63r" path="res://script/board.gd" id="1_b3264"] -[ext_resource type="PackedScene" uid="uid://cmdvtaiunt32k" path="res://piece/cell.tscn" id="2_32fhn"] +[ext_resource type="PackedScene" uid="uid://dkiqoguo8ulrj" path="res://piece/base-piece.tscn" id="2_rl6p6"] +[ext_resource type="PackedScene" uid="uid://baol0a7qqcn3x" path="res://piece/I-piece.tscn" id="3_cpyxj"] [ext_resource type="Texture2D" uid="uid://b6om08wjtci31" path="res://asset/grid.png" id="3_rl6p6"] [node name="Board" type="Control"] -custom_minimum_size = Vector2(200, 300) +custom_minimum_size = Vector2(200, 400) layout_mode = 3 anchors_preset = 5 anchor_left = 0.5 anchor_right = 0.5 grow_horizontal = 2 script = ExtResource("1_b3264") -cell_catalogue = Array[PackedScene]([ExtResource("2_32fhn")]) +piece_catalogue = Array[PackedScene]([ExtResource("2_rl6p6"), ExtResource("3_cpyxj")]) [node name="grid" type="TextureRect" parent="."] unique_name_in_owner = true