summaryrefslogtreecommitdiffstats
path: root/Main.tscn
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2020-07-19 21:49:00 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2020-07-19 21:49:00 +0200
commit97629c24f4ba40ddbb1c2bc5ffd52ff74eea68b7 (patch)
treee82117567a41629604dcb12746d28442cd25e48b /Main.tscn
parentdc4c8275bf7fe7b22783b5ed366e3eb9c0b83a5b (diff)
downloadgodot-hexgrid-97629c24f4ba40ddbb1c2bc5ffd52ff74eea68b7.zip
godot-hexgrid-97629c24f4ba40ddbb1c2bc5ffd52ff74eea68b7.tar.gz
implement Range Of Influence Demo
Diffstat (limited to 'Main.tscn')
-rw-r--r--Main.tscn17
1 files changed, 13 insertions, 4 deletions
diff --git a/Main.tscn b/Main.tscn
index ab3f410..27a5ce9 100644
--- a/Main.tscn
+++ b/Main.tscn
@@ -129,18 +129,27 @@ __meta__ = {
"_edit_use_anchors_": false
}
-[node name="Info" type="Label" parent="CanvasLayer/HBOX/UI"]
+[node name="Influence" type="CheckBox" parent="CanvasLayer/HBOX/UI"]
margin_top = 538.0
margin_right = 250.0
-margin_bottom = 574.0
+margin_bottom = 582.0
+text = "Influence"
+__meta__ = {
+"_edit_use_anchors_": false
+}
+
+[node name="Info" type="Label" parent="CanvasLayer/HBOX/UI"]
+margin_top = 612.0
+margin_right = 250.0
+margin_bottom = 648.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="OSInfo" type="Label" parent="CanvasLayer/HBOX/UI"]
-margin_top = 604.0
+margin_top = 678.0
margin_right = 250.0
-margin_bottom = 640.0
+margin_bottom = 714.0
__meta__ = {
"_edit_use_anchors_": false
}