diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2023-11-08 12:30:00 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2023-11-08 12:30:00 +0100 |
commit | 1324cfeb4487a4a356fda888669dfc47d80dc293 (patch) | |
tree | 55d34428f324315c116ce6fb0f602383caf09fca | |
parent | 66e7aefa223f4c3ef22754a1ebd0c3f162ca2785 (diff) | |
download | godot-hexgrid-master.zip godot-hexgrid-master.tar.gz |
-rw-r--r-- | demo/Main.tscn | 5 | ||||
-rw-r--r-- | project.godot | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/demo/Main.tscn b/demo/Main.tscn index 4ab4a01..a0814e5 100644 --- a/demo/Main.tscn +++ b/demo/Main.tscn @@ -10,9 +10,6 @@ [sub_resource type="FontFile" id="1"] fallbacks = Array[Font]([ExtResource("2")]) -face_index = null -embolden = null -transform = null cache/0/16/0/ascent = 0.0 cache/0/16/0/descent = 0.0 cache/0/16/0/underline_position = 0.0 @@ -45,7 +42,7 @@ stretch = true [node name="Viewport" type="SubViewport" parent="CanvasLayer/HBOX/ViewportContainer"] handle_input_locally = false -size = Vector2i(1056, 648) +size = Vector2i(1824, 1024) render_target_update_mode = 4 [node name="Map" type="Sprite2D" parent="CanvasLayer/HBOX/ViewportContainer/Viewport"] diff --git a/project.godot b/project.godot index 8ba074e..b305215 100644 --- a/project.godot +++ b/project.godot @@ -12,7 +12,7 @@ config_version=5 config/name="Godot Hexgrid" run/main_scene="res://demo/Main.tscn" -config/features=PackedStringArray("4.1") +config/features=PackedStringArray("4.2") config/icon="res://icon.png" [display] |