prepare exports

This commit is contained in:
Mikhail Aristov 2024-01-26 23:19:16 +01:00
parent 5dcf2b35f8
commit bdb583d206
6 changed files with 36 additions and 35 deletions

2
.gitignore vendored
View File

@ -5,3 +5,5 @@ godot/.godot/
# Mono-specific ignores
.mono/
data_*/
godot/.build/

View File

@ -8,7 +8,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="./game.x86_64"
export_path=".build/linux/tough_crowd.x86_64"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
@ -48,7 +48,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="./game.exe"
export_path=".build/win/ToughCrowd.exe"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
@ -78,7 +78,7 @@ application/icon_interpolation=4
application/file_version=""
application/product_version=""
application/company_name=""
application/product_name=""
application/product_name="Tough Crowd"
application/file_description=""
application/copyright=""
application/trademarks=""
@ -111,7 +111,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="./index.html"
export_path=".build/html5/index.html"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
@ -149,7 +149,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="./game.zip"
export_path=".build/mac/ToughCrowd.zip"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false

View File

@ -5,11 +5,10 @@
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_kbo53"]
size = Vector2(20, 30)
[node name="Person" type="Sprite2D" node_paths=PackedStringArray("head", "face")]
[node name="Person" type="Sprite2D" node_paths=PackedStringArray("head")]
texture = SubResource("PlaceholderTexture2D_kbo53")
script = ExtResource("1_mx0i8")
head = NodePath("Head")
face = NodePath("")
[node name="Head" type="Node2D" parent="."]
position = Vector2(0, -16)

File diff suppressed because one or more lines are too long