changes folder names

This commit is contained in:
Kristofers Solo 2021-10-11 15:56:15 +03:00
parent ea639e4259
commit 4e88129264
167 changed files with 459 additions and 99 deletions

View File

@ -1,65 +0,0 @@
[preset.0]
name="Test Game Linux"
platform="Linux/X11"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="./Game #1.x86_64"
script_export_mode=1
script_encryption_key=""
[preset.0.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
[preset.1]
name="Test Game Windows"
platform="Windows Desktop"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="./Game #1.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=""

View File

@ -1,54 +1,60 @@
[gd_scene load_steps=3 format=2]
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Player.tscn" type="PackedScene" id=1]
[ext_resource path="res://Floor.tscn" type="PackedScene" id=2]
[ext_resource path="res://floor.tscn" type="PackedScene" id=3]
[node name="Main" type="Node2D"]
[node name="Player" parent="." instance=ExtResource( 1 )]
position = Vector2( 52.0742, 458.515 )
position = Vector2( 559.976, 757.874 )
[node name="Floor" parent="." instance=ExtResource( 2 )]
position = Vector2( 32, 544 )
position = Vector2( 539.901, 843.359 )
[node name="Floor2" parent="." instance=ExtResource( 2 )]
position = Vector2( 80, 544 )
position = Vector2( 587.901, 843.359 )
[node name="Floor3" parent="." instance=ExtResource( 2 )]
position = Vector2( 128, 544 )
position = Vector2( 635.901, 843.359 )
[node name="Floor4" parent="." instance=ExtResource( 2 )]
position = Vector2( 248, 488 )
position = Vector2( 755.901, 787.359 )
[node name="Floor5" parent="." instance=ExtResource( 2 )]
position = Vector2( 296, 472 )
position = Vector2( 803.901, 771.359 )
[node name="Floor8" parent="." instance=ExtResource( 2 )]
position = Vector2( 520, 368 )
position = Vector2( 1027.9, 667.359 )
[node name="Floor11" parent="." instance=ExtResource( 2 )]
position = Vector2( 128, 248 )
position = Vector2( 635.901, 547.359 )
[node name="Floor12" parent="." instance=ExtResource( 2 )]
position = Vector2( 176, 248 )
position = Vector2( 683.901, 547.359 )
[node name="Floor14" parent="." instance=ExtResource( 2 )]
position = Vector2( 272, 248 )
position = Vector2( 779.901, 547.359 )
[node name="Floor15" parent="." instance=ExtResource( 2 )]
position = Vector2( 320, 248 )
position = Vector2( 827.901, 547.359 )
[node name="Floor13" parent="." instance=ExtResource( 2 )]
position = Vector2( 224, 248 )
position = Vector2( 731.901, 547.359 )
[node name="Floor9" parent="." instance=ExtResource( 2 )]
position = Vector2( 640, 296 )
position = Vector2( 1147.9, 595.359 )
[node name="Floor10" parent="." instance=ExtResource( 2 )]
position = Vector2( 760, 240 )
position = Vector2( 1267.9, 539.359 )
[node name="Floor6" parent="." instance=ExtResource( 2 )]
position = Vector2( 344, 488 )
position = Vector2( 851.901, 787.359 )
[node name="Floor7" parent="." instance=ExtResource( 2 )]
position = Vector2( 392, 464 )
[node name="floor" parent="." instance=ExtResource( 3 )]
position = Vector2( 962.745, 26.6196 )
scale = Vector2( 2, 1 )
[node name="floor2" parent="." instance=ExtResource( 3 )]
position = Vector2( 1003.11, 1052.51 )
scale = Vector2( 2, 1 )

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

24
Game_1/export_presets.cfg Normal file
View File

@ -0,0 +1,24 @@
[preset.0]
name="Test Game Linux"
platform="Linux/X11"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="./Game #1.x86_64"
script_export_mode=1
script_encryption_key=""
[preset.0.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

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -14,6 +14,15 @@ config/name="Game #1"
run/main_scene="res://Main.tscn"
config/icon="res://icon.png"
[display]
window/size/width=1920
window/size/height=1080
window/size/test_width=1024
window/size/test_height=600
window/stretch/mode="2d"
window/stretch/aspect="keep"
[input]
player_left={

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 168 KiB

View File

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

Before

Width:  |  Height:  |  Size: 706 KiB

After

Width:  |  Height:  |  Size: 706 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 2.1 MiB

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

Before

Width:  |  Height:  |  Size: 775 KiB

After

Width:  |  Height:  |  Size: 775 KiB

View File

Before

Width:  |  Height:  |  Size: 862 KiB

After

Width:  |  Height:  |  Size: 862 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Some files were not shown because too many files have changed in this diff Show More