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 /demo | |
| parent | 66e7aefa223f4c3ef22754a1ebd0c3f162ca2785 (diff) | |
| download | godot-hexgrid-master.zip godot-hexgrid-master.tar.gz | |
Diffstat (limited to 'demo')
| -rw-r--r-- | demo/Main.tscn | 5 | 
1 files changed, 1 insertions, 4 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"] | 
