diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2020-07-10 14:46:13 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2020-07-10 14:46:13 +0200 |
commit | e0a6d318be7570152eef053ad0dbc67608a981de (patch) | |
tree | f9818a3777ad6e513750eba33365a859e004a6eb /Main.tscn | |
parent | ed517bbfd0e10abd9bc571131188061a7221d103 (diff) | |
download | godot-hexgrid-e0a6d318be7570152eef053ad0dbc67608a981de.zip godot-hexgrid-e0a6d318be7570152eef053ad0dbc67608a981de.tar.gz |
add check boxes
Diffstat (limited to 'Main.tscn')
-rw-r--r-- | Main.tscn | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -31,6 +31,27 @@ __meta__ = { "_edit_use_anchors_": false } +[node name="LOS" type="CheckBox" parent="UI"] +margin_left = 30.0 +margin_top = 90.0 +margin_right = 83.0 +margin_bottom = 114.0 +pressed = true +text = "LOS" +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Move" type="CheckBox" parent="UI"] +margin_left = 30.0 +margin_top = 140.0 +margin_right = 93.0 +margin_bottom = 164.0 +text = "Move" +__meta__ = { +"_edit_use_anchors_": false +} + [node name="ViewportContainer" type="ViewportContainer" parent="."] margin_left = 141.0 margin_top = 19.0 |