diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2020-07-15 11:24:56 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2020-07-15 11:24:56 +0200 |
commit | fa92fda3e7ea53d479402dcdbd153177ef030c21 (patch) | |
tree | 491e732222841eea279384a06d7c83a49bb8a39c /Main.tscn | |
parent | 594a82b45e5d9dcd90faad8fa4f8eb42b2c981b6 (diff) | |
download | godot-hexgrid-fa92fda3e7ea53d479402dcdbd153177ef030c21.zip godot-hexgrid-fa92fda3e7ea53d479402dcdbd153177ef030c21.tar.gz |
timeout before resized on ready (fix android), OSInfo
Diffstat (limited to 'Main.tscn')
-rw-r--r-- | Main.tscn | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -136,3 +136,11 @@ margin_bottom = 574.0 __meta__ = { "_edit_use_anchors_": false } + +[node name="OSInfo" type="Label" parent="CanvasLayer/HBOX/UI"] +margin_top = 604.0 +margin_right = 250.0 +margin_bottom = 640.0 +__meta__ = { +"_edit_use_anchors_": false +} |