Skip to content

Commit e1c19c5

Browse files
authored
Fix monkey mart
Fixes monkey mart
2 parents 228f786 + e97753f commit e1c19c5

17 files changed

Lines changed: 15181 additions & 13113 deletions

static/_app/tools/monkeymart/GameAnalytics.js

Lines changed: 1745 additions & 0 deletions
Large diffs are not rendered by default.
1.98 MB
Binary file not shown.

static/_app/tools/monkeymart/MonkeyMart_wasm.js

Lines changed: 12007 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"content":[{"name":"game.projectc","size":3990,"pieces":[{"name":"game.projectc0","offset":0}]},{"name":"game.arci","size":24448,"pieces":[{"name":"game.arci0","offset":0}]},{"name":"game.arcd","size":3738056,"pieces":[{"name":"game.arcd0","offset":0},{"name":"game.arcd1","offset":2097152}]},{"name":"game.dmanifest","size":22939,"pieces":[{"name":"game.dmanifest0","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game.public.der0","offset":0}]}]}
2 MB
Binary file not shown.
1.56 MB
Binary file not shown.
23.9 KB
Binary file not shown.
22.4 KB
Binary file not shown.
Lines changed: 213 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,213 @@
1+
[project]
2+
title = MonkeyMart
3+
version = 2.1
4+
write_log = 0
5+
compress_archive = 1
6+
publisher = unnamed
7+
developer = unnamed
8+
bundle_resources = bundle
9+
title_as_file_name = MonkeyMart
10+
11+
[display]
12+
width = 960
13+
height = 640
14+
high_dpi = 1
15+
samples = 0
16+
fullscreen = 0
17+
update_frequency = 60
18+
swap_interval = 1
19+
vsync = 1
20+
display_profiles = /builtins/render/default.display_profilesc
21+
dynamic_orientation = 0
22+
display_device_info = 0
23+
24+
[render]
25+
clear_color_red = 0
26+
clear_color_green = 0
27+
clear_color_blue = 0
28+
clear_color_alpha = 0
29+
30+
[physics]
31+
type = 2D
32+
use_fixed_timestep = 0
33+
gravity_y = -10
34+
debug = 0
35+
debug_alpha = 0.9
36+
world_count = 4
37+
gravity_x = 0
38+
gravity_z = 0
39+
scale = 1
40+
allow_dynamic_transforms = 1
41+
debug_scale = 30
42+
max_collisions = 64
43+
max_contacts = 128
44+
contact_impulse_limit = 0
45+
ray_cast_limit_2d = 64
46+
ray_cast_limit_3d = 128
47+
trigger_overlap_capacity = 16
48+
velocity_threshold = 1
49+
max_fixed_timesteps = 2
50+
51+
[bootstrap]
52+
main_collection = /main/controller.collectionc
53+
render = /orthographic/render/orthographic.renderc
54+
55+
[graphics]
56+
default_texture_min_filter = linear
57+
default_texture_mag_filter = linear
58+
max_draw_calls = 1024
59+
max_characters = 8192
60+
max_debug_vertices = 10000
61+
texture_profiles = /updated.texture_profiles
62+
verify_graphics_calls = 1
63+
memory_size = 512
64+
65+
[shader]
66+
output_spirv = 0
67+
68+
[sound]
69+
gain = 1
70+
max_sound_data = 128
71+
max_sound_buffers = 32
72+
max_sound_sources = 16
73+
max_sound_instances = 256
74+
max_component_count = 32
75+
use_thread = 1
76+
77+
[resource]
78+
http_cache = 0
79+
max_resources = 1024
80+
81+
[input]
82+
repeat_delay = 0.5
83+
repeat_interval = 0.2
84+
gamepads = /builtins/input/default.gamepadsc
85+
game_binding = /input/game.input_bindingc
86+
use_accelerometer = 1
87+
88+
[sprite]
89+
max_count = 1024
90+
subpixels = 1
91+
92+
[model]
93+
max_count = 128
94+
split_meshes = 0
95+
96+
[mesh]
97+
max_count = 128
98+
99+
[gui]
100+
max_count = 64
101+
max_particlefx_count = 64
102+
max_particle_count = 1024
103+
104+
[collection]
105+
max_instances = 2048
106+
max_input_stack_entries = 16
107+
108+
[collection_proxy]
109+
max_count = 8
110+
111+
[collectionfactory]
112+
max_count = 128
113+
114+
[factory]
115+
max_count = 128
116+
117+
[ios]
118+
launch_screen = /builtins/manifests/ios/LaunchScreen.storyboardc
119+
pre_renderered_icons = 0
120+
bundle_identifier = example.unnamed
121+
bundle_name =
122+
infoplist = /builtins/manifests/ios/Info.plist
123+
default_language = en
124+
localizations = en
125+
126+
[android]
127+
version_code = 1
128+
minimum_sdk_version = 16
129+
target_sdk_version = 31
130+
package = com.example.todo
131+
gcm_sender_id =
132+
manifest = /builtins/manifests/android/AndroidManifest.xml
133+
iap_provider = GooglePlay
134+
input_method = HiddenInputField
135+
immersive_mode = 0
136+
display_cutout = 1
137+
debuggable = 0
138+
proguard =
139+
140+
[osx]
141+
app_icon =
142+
infoplist = /builtins/manifests/osx/Info.plist
143+
bundle_identifier = example.unnamed
144+
bundle_name =
145+
bundle_version = 1
146+
default_language = en
147+
localizations = en
148+
149+
[windows]
150+
app_icon =
151+
152+
[html5]
153+
custom_heap_size = 0
154+
heap_size = 64
155+
htmlfile = /engine_template.html
156+
cssfile = /css_theme.css
157+
splash_image = /images/bg_loading.png
158+
archive_location_prefix = archive
159+
archive_location_suffix =
160+
engine_arguments = --verify-graphics-calls=false
161+
wasm_streaming = 0
162+
show_fullscreen_button = 0
163+
show_made_with_defold = 0
164+
show_console_banner = 1
165+
scale_mode = stretch
166+
167+
[particle_fx]
168+
max_count = 0
169+
max_emitter_count = 0
170+
max_particle_count = 0
171+
172+
[iap]
173+
auto_finish_transactions = 1
174+
175+
[network]
176+
http_timeout = 0
177+
ssl_certificates =
178+
http_thread_count = 4
179+
http_cache_enabled = 1
180+
181+
[library]
182+
include_dirs =
183+
184+
[script]
185+
shared_state = 1
186+
187+
[label]
188+
max_count = 64
189+
subpixels = 1
190+
191+
[profiler]
192+
track_cpu = 0
193+
sleep_between_server_updates = 0
194+
195+
[liveupdate]
196+
settings = /liveupdate.settings
197+
enabled = 1
198+
199+
[tilemap]
200+
max_count = 0
201+
max_tile_count = 0
202+
203+
[engine]
204+
run_while_iconified = 0
205+
fixed_update_frequency = 60
206+
207+
[native_extension]
208+
app_manifest = /manifest.appmanifest
209+
210+
[gameanalytics]
211+
game_key_html5 = 8460790931685c9f59f3e669a97521bd
212+
secret_key_html5 = 6d3a08c1c25fca8bb1587ed50c42a81ddff80aa0
213+
162 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)