diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2020-07-15 10:55:47 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2020-07-15 10:55:47 +0200 |
commit | 594a82b45e5d9dcd90faad8fa4f8eb42b2c981b6 (patch) | |
tree | f44fbc21362e79fb8f9c987b542406cb7d61ca71 /project.godot | |
parent | 9274d1351f527de8ccee89eaccea1cf5dc141756 (diff) | |
download | godot-hexgrid-594a82b45e5d9dcd90faad8fa4f8eb42b2c981b6.zip godot-hexgrid-594a82b45e5d9dcd90faad8fa4f8eb42b2c981b6.tar.gz |
add zoom buttons, support one button mouse, add font
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/project.godot b/project.godot index 03a9823..657540a 100644 --- a/project.godot +++ b/project.godot @@ -47,3 +47,8 @@ _global_script_class_icons={ config/name="hexgrid_demo" run/main_scene="res://Main.tscn" config/icon="res://icon.png" + +[display] + +window/size/width=1920 +window/size/height=1080 |