Skip to content

Commit ec93265

Browse files
build!
1 parent 0ea37a6 commit ec93265

12 files changed

Lines changed: 355 additions & 0 deletions

export_presets.cfg

Lines changed: 242 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,242 @@
1+
[preset.0]
2+
3+
name="Linux/X11"
4+
platform="Linux/X11"
5+
runnable=true
6+
dedicated_server=false
7+
custom_features=""
8+
export_filter="all_resources"
9+
include_filter=""
10+
exclude_filter=""
11+
export_path=".build/linux/metaballs.x86_64"
12+
encryption_include_filters=""
13+
encryption_exclude_filters=""
14+
encrypt_pck=false
15+
encrypt_directory=false
16+
17+
[preset.0.options]
18+
19+
custom_template/debug=""
20+
custom_template/release=""
21+
debug/export_console_wrapper=1
22+
binary_format/embed_pck=false
23+
texture_format/bptc=true
24+
texture_format/s3tc=true
25+
texture_format/etc=false
26+
texture_format/etc2=false
27+
binary_format/architecture="x86_64"
28+
ssh_remote_deploy/enabled=false
29+
ssh_remote_deploy/host="user@host_ip"
30+
ssh_remote_deploy/port="22"
31+
ssh_remote_deploy/extra_args_ssh=""
32+
ssh_remote_deploy/extra_args_scp=""
33+
ssh_remote_deploy/run_script="#!/usr/bin/env bash
34+
export DISPLAY=:0
35+
unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\"
36+
\"{temp_dir}/{exe_name}\" {cmd_args}"
37+
ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
38+
kill $(pgrep -x -f \"{temp_dir}/{exe_name} {cmd_args}\")
39+
rm -rf \"{temp_dir}\""
40+
41+
[preset.1]
42+
43+
name="macOS"
44+
platform="macOS"
45+
runnable=true
46+
dedicated_server=false
47+
custom_features=""
48+
export_filter="all_resources"
49+
include_filter=""
50+
exclude_filter=""
51+
export_path=".build/macos/metaballs.zip"
52+
encryption_include_filters=""
53+
encryption_exclude_filters=""
54+
encrypt_pck=false
55+
encrypt_directory=false
56+
57+
[preset.1.options]
58+
59+
export/distribution_type=1
60+
binary_format/architecture="universal"
61+
custom_template/debug=""
62+
custom_template/release=""
63+
debug/export_console_wrapper=1
64+
application/icon="res://icons/icon.icns"
65+
application/icon_interpolation=4
66+
application/bundle_identifier="com.intangiblematter.metaballs"
67+
application/signature=""
68+
application/app_category="Games"
69+
application/short_version="1.0"
70+
application/version="1.0"
71+
application/copyright=""
72+
application/copyright_localized={}
73+
application/min_macos_version="10.12"
74+
display/high_res=true
75+
xcode/platform_build="14C18"
76+
xcode/sdk_version="13.1"
77+
xcode/sdk_build="22C55"
78+
xcode/sdk_name="macosx13.1"
79+
xcode/xcode_version="1420"
80+
xcode/xcode_build="14C18"
81+
codesign/codesign=1
82+
codesign/installer_identity=""
83+
codesign/apple_team_id=""
84+
codesign/identity=""
85+
codesign/entitlements/custom_file=""
86+
codesign/entitlements/allow_jit_code_execution=false
87+
codesign/entitlements/allow_unsigned_executable_memory=false
88+
codesign/entitlements/allow_dyld_environment_variables=false
89+
codesign/entitlements/disable_library_validation=false
90+
codesign/entitlements/audio_input=false
91+
codesign/entitlements/camera=false
92+
codesign/entitlements/location=false
93+
codesign/entitlements/address_book=false
94+
codesign/entitlements/calendars=false
95+
codesign/entitlements/photos_library=false
96+
codesign/entitlements/apple_events=false
97+
codesign/entitlements/debugging=false
98+
codesign/entitlements/app_sandbox/enabled=false
99+
codesign/entitlements/app_sandbox/network_server=false
100+
codesign/entitlements/app_sandbox/network_client=false
101+
codesign/entitlements/app_sandbox/device_usb=false
102+
codesign/entitlements/app_sandbox/device_bluetooth=false
103+
codesign/entitlements/app_sandbox/files_downloads=0
104+
codesign/entitlements/app_sandbox/files_pictures=0
105+
codesign/entitlements/app_sandbox/files_music=0
106+
codesign/entitlements/app_sandbox/files_movies=0
107+
codesign/entitlements/app_sandbox/helper_executables=[]
108+
codesign/custom_options=PackedStringArray()
109+
notarization/notarization=0
110+
privacy/microphone_usage_description=""
111+
privacy/microphone_usage_description_localized={}
112+
privacy/camera_usage_description=""
113+
privacy/camera_usage_description_localized={}
114+
privacy/location_usage_description=""
115+
privacy/location_usage_description_localized={}
116+
privacy/address_book_usage_description=""
117+
privacy/address_book_usage_description_localized={}
118+
privacy/calendar_usage_description=""
119+
privacy/calendar_usage_description_localized={}
120+
privacy/photos_library_usage_description=""
121+
privacy/photos_library_usage_description_localized={}
122+
privacy/desktop_folder_usage_description=""
123+
privacy/desktop_folder_usage_description_localized={}
124+
privacy/documents_folder_usage_description=""
125+
privacy/documents_folder_usage_description_localized={}
126+
privacy/downloads_folder_usage_description=""
127+
privacy/downloads_folder_usage_description_localized={}
128+
privacy/network_volumes_usage_description=""
129+
privacy/network_volumes_usage_description_localized={}
130+
privacy/removable_volumes_usage_description=""
131+
privacy/removable_volumes_usage_description_localized={}
132+
ssh_remote_deploy/enabled=false
133+
ssh_remote_deploy/host="user@host_ip"
134+
ssh_remote_deploy/port="22"
135+
ssh_remote_deploy/extra_args_ssh=""
136+
ssh_remote_deploy/extra_args_scp=""
137+
ssh_remote_deploy/run_script="#!/usr/bin/env bash
138+
unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\"
139+
open \"{temp_dir}/{exe_name}.app\" --args {cmd_args}"
140+
ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
141+
kill $(pgrep -x -f \"{temp_dir}/{exe_name}.app/Contents/MacOS/{exe_name} {cmd_args}\")
142+
rm -rf \"{temp_dir}\""
143+
144+
[preset.2]
145+
146+
name="Windows Desktop"
147+
platform="Windows Desktop"
148+
runnable=true
149+
dedicated_server=false
150+
custom_features=""
151+
export_filter="all_resources"
152+
include_filter=""
153+
exclude_filter=""
154+
export_path=".build/windows/metaballs.exe"
155+
encryption_include_filters=""
156+
encryption_exclude_filters=""
157+
encrypt_pck=false
158+
encrypt_directory=false
159+
160+
[preset.2.options]
161+
162+
custom_template/debug=""
163+
custom_template/release=""
164+
debug/export_console_wrapper=1
165+
binary_format/embed_pck=false
166+
texture_format/bptc=true
167+
texture_format/s3tc=true
168+
texture_format/etc=false
169+
texture_format/etc2=false
170+
binary_format/architecture="x86_64"
171+
codesign/enable=false
172+
codesign/timestamp=true
173+
codesign/timestamp_server_url=""
174+
codesign/digest_algorithm=1
175+
codesign/description=""
176+
codesign/custom_options=PackedStringArray()
177+
application/modify_resources=true
178+
application/icon="res://icons/icon.ico"
179+
application/console_wrapper_icon="res://icons/icon.ico"
180+
application/icon_interpolation=4
181+
application/file_version=""
182+
application/product_version=""
183+
application/company_name=""
184+
application/product_name=""
185+
application/file_description=""
186+
application/copyright=""
187+
application/trademarks=""
188+
ssh_remote_deploy/enabled=false
189+
ssh_remote_deploy/host="user@host_ip"
190+
ssh_remote_deploy/port="22"
191+
ssh_remote_deploy/extra_args_ssh=""
192+
ssh_remote_deploy/extra_args_scp=""
193+
ssh_remote_deploy/run_script="Expand-Archive -LiteralPath '{temp_dir}\\{archive_name}' -DestinationPath '{temp_dir}'
194+
$action = New-ScheduledTaskAction -Execute '{temp_dir}\\{exe_name}' -Argument '{cmd_args}'
195+
$trigger = New-ScheduledTaskTrigger -Once -At 00:00
196+
$settings = New-ScheduledTaskSettingsSet
197+
$task = New-ScheduledTask -Action $action -Trigger $trigger -Settings $settings
198+
Register-ScheduledTask godot_remote_debug -InputObject $task -Force:$true
199+
Start-ScheduledTask -TaskName godot_remote_debug
200+
while (Get-ScheduledTask -TaskName godot_remote_debug | ? State -eq running) { Start-Sleep -Milliseconds 100 }
201+
Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue"
202+
ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue
203+
Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue
204+
Remove-Item -Recurse -Force '{temp_dir}'"
205+
206+
[preset.3]
207+
208+
name="Web"
209+
platform="Web"
210+
runnable=true
211+
dedicated_server=false
212+
custom_features=""
213+
export_filter="all_resources"
214+
include_filter=""
215+
exclude_filter=""
216+
export_path=""
217+
encryption_include_filters=""
218+
encryption_exclude_filters=""
219+
encrypt_pck=false
220+
encrypt_directory=false
221+
222+
[preset.3.options]
223+
224+
custom_template/debug=""
225+
custom_template/release=""
226+
variant/extensions_support=false
227+
vram_texture_compression/for_desktop=true
228+
vram_texture_compression/for_mobile=false
229+
html/export_icon=true
230+
html/custom_html_shell=""
231+
html/head_include=""
232+
html/canvas_resize_policy=2
233+
html/focus_canvas_on_start=true
234+
html/experimental_virtual_keyboard=false
235+
progressive_web_app/enabled=false
236+
progressive_web_app/offline_page=""
237+
progressive_web_app/display=1
238+
progressive_web_app/orientation=0
239+
progressive_web_app/icon_144x144=""
240+
progressive_web_app/icon_180x180=""
241+
progressive_web_app/icon_512x512=""
242+
progressive_web_app/background_color=Color(0, 0, 0, 1)

icon.png

16.6 KB
Loading

icon.png.import

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="CompressedTexture2D"
5+
uid="uid://dmycfdyygd2f0"
6+
path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"
7+
metadata={
8+
"vram_texture": false
9+
}
10+
11+
[deps]
12+
13+
source_file="res://icon.png"
14+
dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"]
15+
16+
[params]
17+
18+
compress/mode=0
19+
compress/high_quality=false
20+
compress/lossy_quality=0.7
21+
compress/hdr_compression=1
22+
compress/normal_map=0
23+
compress/channel_pack=0
24+
mipmaps/generate=false
25+
mipmaps/limit=-1
26+
roughness/mode=0
27+
roughness/src_normal=""
28+
process/fix_alpha_border=true
29+
process/premult_alpha=false
30+
process/normal_map_invert_y=false
31+
process/hdr_as_srgb=false
32+
process/hdr_clamp_exposure=false
33+
process/size_limit=0
34+
detect_3d/compress_to=1

icons/icon.icns

194 KB
Binary file not shown.

icons/icon.ico

35.7 KB
Binary file not shown.

icons/icon1024.png

16.6 KB
Loading

icons/icon1024.png.import

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="CompressedTexture2D"
5+
uid="uid://bdrhyb0hrppwv"
6+
path="res://.godot/imported/icon1024.png-70605bd12766532a9bedab95d05cf10e.ctex"
7+
metadata={
8+
"vram_texture": false
9+
}
10+
11+
[deps]
12+
13+
source_file="res://icons/icon1024.png"
14+
dest_files=["res://.godot/imported/icon1024.png-70605bd12766532a9bedab95d05cf10e.ctex"]
15+
16+
[params]
17+
18+
compress/mode=0
19+
compress/high_quality=false
20+
compress/lossy_quality=0.7
21+
compress/hdr_compression=1
22+
compress/normal_map=0
23+
compress/channel_pack=0
24+
mipmaps/generate=false
25+
mipmaps/limit=-1
26+
roughness/mode=0
27+
roughness/src_normal=""
28+
process/fix_alpha_border=true
29+
process/premult_alpha=false
30+
process/normal_map_invert_y=false
31+
process/hdr_as_srgb=false
32+
process/hdr_clamp_exposure=false
33+
process/size_limit=0
34+
detect_3d/compress_to=1

palettes/4/2bitgrayscale.tres

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[gd_resource type="GradientTexture1D" load_steps=2 format=3 uid="uid://co48nh1ep0tso"]
2+
3+
[sub_resource type="Gradient" id="Gradient_mf16r"]
4+
interpolation_mode = 1
5+
offsets = PackedFloat32Array(0, 0.4, 0.6, 0.8)
6+
colors = PackedColorArray(0, 0, 0, 1, 0.403922, 0.403922, 0.403922, 1, 0.713726, 0.713726, 0.713726, 1, 1, 1, 1, 1)
7+
8+
[resource]
9+
gradient = SubResource("Gradient_mf16r")

palettes/4/ayy4.tres

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[gd_resource type="GradientTexture1D" load_steps=2 format=3 uid="uid://drmcx0uc3jwg4"]
2+
3+
[sub_resource type="Gradient" id="Gradient_wwqgs"]
4+
interpolation_mode = 1
5+
offsets = PackedFloat32Array(0, 0.4, 0.6, 0.8)
6+
colors = PackedColorArray(0, 0.188235, 0.231373, 1, 1, 0.466667, 0.466667, 1, 1, 0.807843, 0.588235, 1, 0.945098, 0.94902, 0.854902, 1)
7+
8+
[resource]
9+
gradient = SubResource("Gradient_wwqgs")

palettes/4/nintendogameboybgb.tres

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[gd_resource type="GradientTexture1D" load_steps=2 format=3 uid="uid://cryefp654pshi"]
2+
3+
[sub_resource type="Gradient" id="Gradient_wwqgs"]
4+
interpolation_mode = 1
5+
offsets = PackedFloat32Array(0, 0.4, 0.6, 0.8)
6+
colors = PackedColorArray(0.0313726, 0.0941176, 0.12549, 1, 0.203922, 0.407843, 0.337255, 1, 0.533333, 0.752941, 0.439216, 1, 0.878431, 0.972549, 0.815686, 1)
7+
8+
[resource]
9+
gradient = SubResource("Gradient_wwqgs")

0 commit comments

Comments
 (0)