not resizable
This commit is contained in:
parent
853e72a2d4
commit
19bdcabbf6
3 changed files with 8 additions and 4 deletions
|
@ -7,7 +7,7 @@ custom_features=""
|
||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path="C:/Users/anri/Desktop/WINDOWS/Jeu Godot.exe"
|
export_path="./Jeu Godot.exe"
|
||||||
patch_list=PoolStringArray( )
|
patch_list=PoolStringArray( )
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
@ -50,7 +50,7 @@ custom_features=""
|
||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path="C:/Users/anri/Desktop/LINUX/Jeu Godot.x86_64"
|
export_path="../LINUX/Jeu Godot.x86_64"
|
||||||
patch_list=PoolStringArray( )
|
patch_list=PoolStringArray( )
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
@ -76,7 +76,7 @@ custom_features=""
|
||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path="C:/Users/anri/Desktop/MACOSX/jeu Godot.zip"
|
export_path="../MACOSX/jeu Godot.zip"
|
||||||
patch_list=PoolStringArray( )
|
patch_list=PoolStringArray( )
|
||||||
script_export_mode=1
|
script_export_mode=1
|
||||||
script_encryption_key=""
|
script_encryption_key=""
|
||||||
|
|
|
@ -19,6 +19,10 @@ config/name="Jeu Godot"
|
||||||
run/main_scene="res://scenes/Monde.tscn"
|
run/main_scene="res://scenes/Monde.tscn"
|
||||||
config/icon="res://icon.png"
|
config/icon="res://icon.png"
|
||||||
|
|
||||||
|
[display]
|
||||||
|
|
||||||
|
window/size/resizable=false
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
||||||
haut={
|
haut={
|
||||||
|
|
|
@ -155,7 +155,7 @@ material = SubResource( 3 )
|
||||||
position = Vector2( -253.553, -220.316 )
|
position = Vector2( -253.553, -220.316 )
|
||||||
|
|
||||||
[node name="Fond" type="Sprite" parent="."]
|
[node name="Fond" type="Sprite" parent="."]
|
||||||
position = Vector2( 524.379, 244.938 )
|
position = Vector2( 524.754, 245.313 )
|
||||||
scale = Vector2( 1.70024, 1.50506 )
|
scale = Vector2( 1.70024, 1.50506 )
|
||||||
z_index = -1
|
z_index = -1
|
||||||
texture = ExtResource( 4 )
|
texture = ExtResource( 4 )
|
||||||
|
|
Reference in a new issue