Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7ca74a5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
aglitchman committed Jun 25, 2024
1 parent 11ef318 commit 3d5c705
Show file tree
Hide file tree
Showing 13 changed files with 21,325 additions and 427 deletions.
2 changes: 1 addition & 1 deletion archive/archive_files.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"content":[{"name":"game.projectc","size":3762,"pieces":[{"name":"game.projectc0","offset":0}]},{"name":"game.arci","size":31488,"pieces":[{"name":"game.arci0","offset":0}]},{"name":"game.arcd","size":1433768,"pieces":[{"name":"game.arcd0","offset":0}]},{"name":"game.dmanifest","size":34684,"pieces":[{"name":"game.dmanifest0","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game.public.der0","offset":0}]}]}
{"content":[{"name":"game.projectc","size":3921,"pieces":[{"name":"game0.projectc","offset":0}]},{"name":"game.arci","size":31488,"pieces":[{"name":"game0.arci","offset":0}]},{"name":"game.arcd","size":1434452,"pieces":[{"name":"game0.arcd","offset":0}]},{"name":"game.dmanifest","size":34683,"pieces":[{"name":"game0.dmanifest","offset":0}]},{"name":"game.public.der","size":162,"pieces":[{"name":"game0.public.der","offset":0}]}],"total_size":1504706}
Binary file removed archive/game.arci0
Binary file not shown.
Binary file removed archive/game.public.der0
Binary file not shown.
Binary file renamed archive/game.arcd0 → archive/game0.arcd
Binary file not shown.
Binary file added archive/game0.arci
Binary file not shown.
Binary file renamed archive/game.dmanifest0 → archive/game0.dmanifest
Binary file not shown.
12 changes: 7 additions & 5 deletions archive/game.projectc0 → archive/game0.projectc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ max_contacts = 10000
contact_impulse_limit = 0
ray_cast_limit_2d = 64
ray_cast_limit_3d = 1000
trigger_overlap_capacity = 100
trigger_overlap_capacity = 1000
velocity_threshold = 1
max_fixed_timesteps = 1

Expand All @@ -57,6 +57,7 @@ default_texture_min_filter = linear
default_texture_mag_filter = linear
max_draw_calls = 10000
max_characters = 8192
max_font_batches = 128
max_debug_vertices = 100000
texture_profiles = /examples/compressed.texture_profiles
verify_graphics_calls = 1
Expand Down Expand Up @@ -121,13 +122,14 @@ pre_renderered_icons = 0
bundle_identifier = example.unnamed
bundle_name =
infoplist = /builtins/manifests/ios/Info.plist
privacymanifest = /builtins/manifests/ios/PrivacyInfo.xcprivacy
default_language = en
localizations = en

[android]
version_code = 1
minimum_sdk_version = 19
target_sdk_version = 33
target_sdk_version = 34
package = com.example.todo
gcm_sender_id =
manifest = /builtins/manifests/android/AndroidManifest.xml
Expand All @@ -137,10 +139,12 @@ immersive_mode = 0
display_cutout = 1
debuggable = 0
proguard =
extract_native_libs = 1

[osx]
app_icon =
infoplist = /builtins/manifests/osx/Info.plist
privacymanifest = /builtins/manifests/osx/PrivacyInfo.xcprivacy
bundle_identifier = example.unnamed
bundle_name =
bundle_version = 1
Expand Down Expand Up @@ -170,9 +174,6 @@ max_count = 64
max_emitter_count = 64
max_particle_count = 1024

[iap]
auto_finish_transactions = 1

[network]
http_timeout = 0
ssl_certificates =
Expand All @@ -196,6 +197,7 @@ sleep_between_server_updates = 0
[liveupdate]
settings = /liveupdate.settings
enabled = 1
mount_on_start = 1

[tilemap]
max_count = 16
Expand Down
Binary file added archive/game0.public.der
Binary file not shown.
Loading

0 comments on commit 3d5c705

Please sign in to comment.