diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2021-05-23 18:35:14 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2021-05-23 18:35:14 +0200 |
commit | 25e7ecc5b1d9f6e742071817c74e9945ad764733 (patch) | |
tree | b4e884e0af7f5f79d6a854068e0c115148645ce2 /project.godot | |
parent | 905f1d96b3e68037883f4d25baddcfb25884adf0 (diff) | |
download | godot-hexgrid-25e7ecc5b1d9f6e742071817c74e9945ad764733.zip godot-hexgrid-25e7ecc5b1d9f6e742071817c74e9945ad764733.tar.gz |
update icon and project name
Diffstat (limited to 'project.godot')
-rw-r--r-- | project.godot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.godot b/project.godot index 6cc5ad5..1846513 100644 --- a/project.godot +++ b/project.godot @@ -44,7 +44,7 @@ _global_script_class_icons={ [application] -config/name="hexgrid_demo" +config/name="Godot Hexgrid" run/main_scene="res://demo/Main.tscn" config/icon="res://icon.png" |