Skip to content

Commit 8f9b83c

Browse files
committed
Added sample-normal-map-2d
1 parent 00fd4e1 commit 8f9b83c

16 files changed

+1424
-0
lines changed
2.19 MB
Binary file not shown.

sample-normal-maps-2d/NormalMaps2D_asmjs.js

Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample-normal-maps-2d/NormalMaps2D_wasm.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"content":[{"name":"game.projectc","size":3660,"pieces":[{"name":"game.projectc0","offset":0}]},{"name":"game.arci","size":1968,"pieces":[{"name":"game.arci0","offset":0}]},{"name":"game.arcd","size":11789068,"pieces":[{"name":"game.arcd0","offset":0},{"name":"game.arcd1","offset":2097152},{"name":"game.arcd2","offset":4194304},{"name":"game.arcd3","offset":6291456},{"name":"game.arcd4","offset":8388608},{"name":"game.arcd5","offset":10485760}]},{"name":"game.dmanifest","size":2093,"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.
2 MB
Binary file not shown.
2 MB
Binary file not shown.
2 MB
Binary file not shown.
2 MB
Binary file not shown.
1.24 MB
Binary file not shown.
1.92 KB
Binary file not shown.
2.04 KB
Binary file not shown.
Lines changed: 206 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,206 @@
1+
[project]
2+
title = Normal Maps 2D
3+
version = 1.0
4+
write_log = 0
5+
compress_archive = 1
6+
publisher = unnamed
7+
developer = unnamed
8+
title_as_file_name = NormalMaps2D
9+
10+
[display]
11+
width = 960
12+
height = 640
13+
high_dpi = 0
14+
samples = 0
15+
fullscreen = 0
16+
update_frequency = 0
17+
swap_interval = 1
18+
vsync = 1
19+
display_profiles = /builtins/render/default.display_profilesc
20+
dynamic_orientation = 0
21+
display_device_info = 0
22+
23+
[render]
24+
clear_color_red = 0
25+
clear_color_green = 0
26+
clear_color_blue = 0
27+
clear_color_alpha = 0
28+
29+
[physics]
30+
type = 2D
31+
max_collision_object_count = 128
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/main.collectionc
53+
render = /builtins/render/default.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 = /builtins/graphics/default.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 = 128
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+
max_animation_count = 1024
104+
105+
[collection]
106+
max_instances = 1024
107+
max_input_stack_entries = 16
108+
109+
[collection_proxy]
110+
max_count = 8
111+
112+
[collectionfactory]
113+
max_count = 128
114+
115+
[factory]
116+
max_count = 128
117+
118+
[ios]
119+
launch_screen = /builtins/manifests/ios/LaunchScreen.storyboardc
120+
pre_renderered_icons = 0
121+
bundle_identifier = example.unnamed
122+
bundle_name =
123+
infoplist = /builtins/manifests/ios/Info.plist
124+
default_language = en
125+
localizations = en
126+
127+
[android]
128+
version_code = 1
129+
minimum_sdk_version = 19
130+
target_sdk_version = 33
131+
package = com.example.todo
132+
gcm_sender_id =
133+
manifest = /builtins/manifests/android/AndroidManifest.xml
134+
iap_provider = GooglePlay
135+
input_method = HiddenInputField
136+
immersive_mode = 0
137+
display_cutout = 1
138+
debuggable = 0
139+
proguard =
140+
141+
[osx]
142+
app_icon =
143+
infoplist = /builtins/manifests/osx/Info.plist
144+
bundle_identifier = example.unnamed
145+
bundle_name =
146+
bundle_version = 1
147+
default_language = en
148+
localizations = en
149+
150+
[windows]
151+
app_icon =
152+
153+
[html5]
154+
custom_heap_size = 0
155+
heap_size = 256
156+
htmlfile = /builtins/manifests/web/engine_template.html
157+
cssfile = /builtins/manifests/web/light_theme.css
158+
archive_location_prefix = archive
159+
archive_location_suffix =
160+
engine_arguments = --verify-graphics-calls=false
161+
wasm_streaming = 0
162+
show_fullscreen_button = 1
163+
show_made_with_defold = 1
164+
show_console_banner = 1
165+
scale_mode = downscale_fit
166+
167+
[particle_fx]
168+
max_count = 64
169+
max_emitter_count = 64
170+
max_particle_count = 1024
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 = 16
201+
max_tile_count = 2048
202+
203+
[engine]
204+
run_while_iconified = 0
205+
fixed_update_frequency = 60
206+
162 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)