Browse Source

changed screen size and added scaling

master
as4s4hetic 2 years ago
parent
commit
7026c188eb
  1. 2
      Scripts/Ch1S1.gd
  2. 43
      export_presets.cfg
  3. 6
      project.godot

2
Scripts/Ch1S1.gd

@ -13,5 +13,5 @@ func _ready(): @@ -13,5 +13,5 @@ func _ready():
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
player.position.y = clamp(player.position.y, 460, 500)
player.position.y = clamp(player.position.y, 440, 500)
pass

43
export_presets.cfg

@ -7,7 +7,7 @@ custom_features="" @@ -7,7 +7,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="./game.x86_64"
export_path="../game/demo.x86_64"
script_export_mode=1
script_encryption_key=""
@ -22,3 +22,44 @@ texture_format/s3tc=true @@ -22,3 +22,44 @@ texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
[preset.1]
name="Windows Desktop"
platform="Windows Desktop"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="../game/demo.exe"
script_export_mode=1
script_encryption_key=""
[preset.1.options]
custom_template/debug=""
custom_template/release=""
binary_format/64_bits=true
binary_format/embed_pck=false
texture_format/bptc=false
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
codesign/enable=false
codesign/identity=""
codesign/password=""
codesign/timestamp=true
codesign/timestamp_server_url=""
codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/icon=""
application/file_version=""
application/product_version=""
application/company_name=""
application/product_name=""
application/file_description=""
application/copyright=""
application/trademarks=""

6
project.godot

@ -59,8 +59,10 @@ config/icon="res://icon.png" @@ -59,8 +59,10 @@ config/icon="res://icon.png"
[display]
window/size/width=960
window/size/height=480
window/size/width=1440
window/size/height=720
window/stretch/mode="viewport"
window/stretch/aspect="keep"
[editor_plugins]

Loading…
Cancel
Save