Compare commits

...

2 Commits

Author SHA1 Message Date
Hamcha 226d7cc5a0
Minor tweaks 2019-06-01 01:54:42 +02:00
Hamcha 6e20ddfd52
Order phase icons correctly 2019-06-01 01:01:45 +02:00
3 changed files with 66 additions and 5 deletions

View File

@ -92,14 +92,14 @@ margin_bottom = 80.0
rect_scale = Vector2( 1, 1 )
mouse_filter = 2
[node name="ScorePhase" parent="Panel/HBoxContainer" instance=ExtResource( 2 )]
[node name="TroublePhase" parent="Panel/HBoxContainer" instance=ExtResource( 2 )]
margin_left = 903.0
margin_top = 0.0
margin_right = 983.0
margin_bottom = 80.0
rect_scale = Vector2( 1, 1 )
mouse_filter = 2
phaseID = 3
phaseID = 1
[node name="MainPhase" parent="Panel/HBoxContainer" instance=ExtResource( 2 )]
margin_left = 987.0
@ -110,14 +110,14 @@ rect_scale = Vector2( 1, 1 )
mouse_filter = 2
phaseID = 2
[node name="TroublePhase" parent="Panel/HBoxContainer" instance=ExtResource( 2 )]
[node name="ScorePhase" parent="Panel/HBoxContainer" instance=ExtResource( 2 )]
margin_left = 1071.0
margin_top = 0.0
margin_right = 1151.0
margin_bottom = 80.0
rect_scale = Vector2( 1, 1 )
mouse_filter = 2
phaseID = 1
phaseID = 3
[node name="CardZoom" type="TextureRect" parent="."]
visible = false

View File

@ -15,7 +15,7 @@ script_encryption_key=""
[preset.0.options]
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
vram_texture_compression/for_mobile=true
html/custom_html_shell=""
html/head_include=""
custom_template/release=""
@ -275,3 +275,61 @@ html/custom_html_shell=""
html/head_include=""
custom_template/release=""
custom_template/debug=""
[preset.4]
name="Linux/X11"
platform="Linux/X11"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="C:/VC/mlpcardgame-out/mcg.x86_64"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""
[preset.4.options]
texture_format/bptc=false
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
binary_format/64_bits=true
custom_template/release=""
custom_template/debug=""
[preset.5]
name="Windows Desktop"
platform="Windows Desktop"
runnable=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="C:/VC/mlpcardgame-out/mcg.exe"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""
[preset.5.options]
texture_format/bptc=false
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
binary_format/64_bits=true
custom_template/release=""
custom_template/debug=""
application/icon=""
application/file_version=""
application/product_version=""
application/company_name=""
application/product_name=""
application/file_description=""
application/copyright=""
application/trademarks=""

View File

@ -80,4 +80,7 @@ pan={
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false
quality/reflections/texture_array_reflections=false
quality/reflections/high_quality_ggx=false
quality/depth/hdr=false
environment/default_environment="res://default_env.tres"