27 lines
807 B
Plaintext
27 lines
807 B
Plaintext
|
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://AutoGridContainer - Full Version/AutoGridContainer.tscn" type="PackedScene" id=1]
|
||
|
[ext_resource path="res://UI/ItemContainer.gd" type="Script" id=2]
|
||
|
[ext_resource path="res://UI/DiceView.tscn" type="PackedScene" id=3]
|
||
|
|
||
|
[node name="DiceContainer" type="Control"]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
script = ExtResource( 2 )
|
||
|
item_view_scene = ExtResource( 3 )
|
||
|
child_holder = NodePath("Margin/AutoGrid")
|
||
|
character_property = "dice"
|
||
|
view_property = "dice_value"
|
||
|
|
||
|
[node name="Margin" type="MarginContainer" parent="."]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
margin_left = 30.0
|
||
|
margin_top = 30.0
|
||
|
margin_right = -30.0
|
||
|
margin_bottom = -30.0
|
||
|
|
||
|
[node name="AutoGrid" parent="Margin" instance=ExtResource( 1 )]
|
||
|
margin_right = 1220.0
|
||
|
margin_bottom = 660.0
|