diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2023-03-14 21:45:00 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2023-03-14 21:45:00 +0100 |
commit | c2a17228c19c4f959367b139e39c5e24dd7edd36 (patch) | |
tree | 2a898121b636f621bca67e332d439fc7c2e1c0fb /project.godot | |
parent | d7ae050e7dc27fa052a9f4dbf065fdb86a966967 (diff) | |
download | godot-hexgrid-c2a17228c19c4f959367b139e39c5e24dd7edd36.zip godot-hexgrid-c2a17228c19c4f959367b139e39c5e24dd7edd36.tar.gz |
go godot4
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 39 |
1 files changed, 4 insertions, 35 deletions
diff --git a/project.godot b/project.godot index cbb10de..8ba074e 100644 --- a/project.godot +++ b/project.godot @@ -6,49 +6,18 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 - -_global_script_classes=[ { -"base": "Tile", -"class": "Hex", -"language": "GDScript", -"path": "res://demo/Hex.gd" -}, { -"base": "Node", -"class": "HexMap", -"language": "GDScript", -"path": "res://addons/hexgrid/HexMap.gd" -}, { -"base": "Node2D", -"class": "Piece", -"language": "GDScript", -"path": "res://addons/hexgrid/Piece.gd" -}, { -"base": "Node2D", -"class": "Tile", -"language": "GDScript", -"path": "res://addons/hexgrid/Tile.gd" -}, { -"base": "Piece", -"class": "Unit", -"language": "GDScript", -"path": "res://demo/Unit.gd" -} ] -_global_script_class_icons={ -"Hex": "res://addons/hexgrid/Tile.png", -"HexMap": "res://addons/hexgrid/HexMap.png", -"Piece": "res://addons/hexgrid/Piece.png", -"Tile": "res://addons/hexgrid/Tile.png", -"Unit": "res://addons/hexgrid/Piece.png" -} +config_version=5 [application] config/name="Godot Hexgrid" run/main_scene="res://demo/Main.tscn" +config/features=PackedStringArray("4.1") config/icon="res://icon.png" [display] +window/size/viewport_width=1920 +window/size/viewport_height=1024 window/size/width=1920 window/size/height=1080 |