add new entry pop-up
This commit is contained in:
parent
60351f8199
commit
9420d4d1b4
4 changed files with 93 additions and 1 deletions
56
godot/NewEntry.tscn
Normal file
56
godot/NewEntry.tscn
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
[gd_scene format=3 uid="uid://dutnsmmhm8px6"]
|
||||
|
||||
[node name="PopupPanel" type="PopupPanel"]
|
||||
size = Vector2i(100, 389)
|
||||
visible = true
|
||||
|
||||
[node name="GridContainer" type="GridContainer" parent="."]
|
||||
offset_left = 4.0
|
||||
offset_top = 4.0
|
||||
offset_right = 96.0
|
||||
offset_bottom = 385.0
|
||||
columns = 3
|
||||
|
||||
[node name="0" type="Button" parent="GridContainer"]
|
||||
layout_mode = 2
|
||||
text = "0"
|
||||
|
||||
[node name="1" type="Button" parent="GridContainer"]
|
||||
layout_mode = 2
|
||||
text = "1"
|
||||
|
||||
[node name="2" type="Button" parent="GridContainer"]
|
||||
layout_mode = 2
|
||||
text = "2"
|
||||
|
||||
[node name="3" type="Button" parent="GridContainer"]
|
||||
layout_mode = 2
|
||||
text = "3"
|
||||
|
||||
[node name="4" type="Button" parent="GridContainer"]
|
||||
layout_mode = 2
|
||||
text = "4"
|
||||
|
||||
[node name="5" type="Button" parent="GridContainer"]
|
||||
layout_mode = 2
|
||||
text = "5"
|
||||
|
||||
[node name="6" type="Button" parent="GridContainer"]
|
||||
layout_mode = 2
|
||||
text = "6"
|
||||
|
||||
[node name="7" type="Button" parent="GridContainer"]
|
||||
layout_mode = 2
|
||||
text = "7"
|
||||
|
||||
[node name="8" type="Button" parent="GridContainer"]
|
||||
layout_mode = 2
|
||||
text = "8"
|
||||
|
||||
[node name="9" type="Button" parent="GridContainer"]
|
||||
layout_mode = 2
|
||||
text = "9"
|
||||
|
||||
[node name="dot" type="Button" parent="GridContainer"]
|
||||
layout_mode = 2
|
||||
text = "."
|
||||
Loading…
Add table
Add a link
Reference in a new issue