managems/entities/gem_grid.tscn

42 lines
956 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://entities/gem_grid.gd" type="Script" id=1]
[ext_resource path="res://entities/gem_selector.svg" type="Texture" id=2]
[sub_resource type="AtlasTexture" id=1]
flags = 4
atlas = ExtResource( 2 )
region = Rect2( 0, 0, 128, 128 )
[node name="GemGrid" type="Control"]
margin_right = 512.0
margin_bottom = 512.0
rect_clip_content = true
script = ExtResource( 1 )
[node name="ColorRect" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0.603922, 0.647059, 0.65098, 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Gems" type="Control" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Cursor" type="TextureRect" parent="."]
margin_right = 64.0
margin_bottom = 64.0
rect_min_size = Vector2( 64, 64 )
texture = SubResource( 1 )
expand = true
stretch_mode = 1
__meta__ = {
"_edit_use_anchors_": false
}