From 19bdcabbf69e27e3b074a6406d66167b5290d14b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 7 Apr 2021 20:02:12 +0200 Subject: [PATCH] not resizable --- export_presets.cfg | 6 +++--- project.godot | 4 ++++ scenes/Monde.tscn | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/export_presets.cfg b/export_presets.cfg index 32361af..7fed70d 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -7,7 +7,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="C:/Users/anri/Desktop/WINDOWS/Jeu Godot.exe" +export_path="./Jeu Godot.exe" patch_list=PoolStringArray( ) script_export_mode=1 script_encryption_key="" @@ -50,7 +50,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="C:/Users/anri/Desktop/LINUX/Jeu Godot.x86_64" +export_path="../LINUX/Jeu Godot.x86_64" patch_list=PoolStringArray( ) script_export_mode=1 script_encryption_key="" @@ -76,7 +76,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="C:/Users/anri/Desktop/MACOSX/jeu Godot.zip" +export_path="../MACOSX/jeu Godot.zip" patch_list=PoolStringArray( ) script_export_mode=1 script_encryption_key="" diff --git a/project.godot b/project.godot index 67d7c50..70de4f9 100644 --- a/project.godot +++ b/project.godot @@ -19,6 +19,10 @@ config/name="Jeu Godot" run/main_scene="res://scenes/Monde.tscn" config/icon="res://icon.png" +[display] + +window/size/resizable=false + [input] haut={ diff --git a/scenes/Monde.tscn b/scenes/Monde.tscn index dc4c1b1..f08abaa 100644 --- a/scenes/Monde.tscn +++ b/scenes/Monde.tscn @@ -155,7 +155,7 @@ material = SubResource( 3 ) position = Vector2( -253.553, -220.316 ) [node name="Fond" type="Sprite" parent="."] -position = Vector2( 524.379, 244.938 ) +position = Vector2( 524.754, 245.313 ) scale = Vector2( 1.70024, 1.50506 ) z_index = -1 texture = ExtResource( 4 )