diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2020-07-19 21:49:00 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2020-07-19 21:49:00 +0200 |
commit | 97629c24f4ba40ddbb1c2bc5ffd52ff74eea68b7 (patch) | |
tree | e82117567a41629604dcb12746d28442cd25e48b /Main.tscn | |
parent | dc4c8275bf7fe7b22783b5ed366e3eb9c0b83a5b (diff) | |
download | godot-hexgrid-97629c24f4ba40ddbb1c2bc5ffd52ff74eea68b7.zip godot-hexgrid-97629c24f4ba40ddbb1c2bc5ffd52ff74eea68b7.tar.gz |
implement Range Of Influence Demo
Diffstat (limited to 'Main.tscn')
-rw-r--r-- | Main.tscn | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -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 } |