Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shooter #112

Merged
merged 90 commits into from
Nov 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
d549832
Add blocking and dead sprite loading
AEFeinstein Oct 12, 2023
6701454
Merge remote-tracking branch 'origin/main' into shooter
AEFeinstein Oct 13, 2023
a020943
Use unsigned elapsed time
AEFeinstein Oct 13, 2023
52738b8
Draw player indicator on multimap
AEFeinstein Oct 13, 2023
c705006
Draw name on minimap
AEFeinstein Oct 13, 2023
3ee474b
Add artifact door. refactored opening
AEFeinstein Oct 14, 2023
b9540c2
Add death screen
AEFeinstein Oct 14, 2023
ef50228
Redraw doors and keys
AEFeinstein Oct 14, 2023
8da32e9
Added drawWsgSimpleHalf()
AEFeinstein Oct 14, 2023
f5c6d20
Adjust minimap colors
AEFeinstein Oct 15, 2023
a2f12db
Finalize cannon images
AEFeinstein Oct 15, 2023
2059c1f
Merge remote-tracking branch 'origin/main' into shooter
AEFeinstein Oct 16, 2023
4c2d3c6
Add normal enemy behavior (walk, shoot)
AEFeinstein Oct 16, 2023
ce48988
Move strong enemy
AEFeinstein Oct 17, 2023
cd35ba5
Add 30s cooldown on spawn scripts
AEFeinstein Oct 18, 2023
d4f8d90
Block buttons for first 2s of dialog
AEFeinstein Oct 18, 2023
7a3a904
Generalize blink & btn lock timers
AEFeinstein Oct 18, 2023
bfe9d63
Add env texture placeholders
AEFeinstein Oct 22, 2023
08a6eaf
Refactor enemy sprite management
AEFeinstein Oct 22, 2023
ee80b5d
Add X-ray mode sprites for hidden enemy
AEFeinstein Oct 22, 2023
a0cf9e8
Add boss states, textures
AEFeinstein Oct 23, 2023
294c248
Merge remote-tracking branch 'origin/main' into shooter
AEFeinstein Oct 23, 2023
305e426
Fix firmware build
AEFeinstein Oct 23, 2023
6b5e86d
Improve bullet/wall collision check
AEFeinstein Oct 23, 2023
bc18958
Redraw bullets
AEFeinstein Oct 24, 2023
24ee3a5
Copy normal movement to armored enemy
AEFeinstein Oct 24, 2023
2825463
Fix bug where locked on targets weren't followed
AEFeinstein Oct 24, 2023
605cc94
Don't target bullets
AEFeinstein Oct 24, 2023
cdd8896
Implement flaming movement
AEFeinstein Oct 24, 2023
fa069f8
Implement hidden movement
AEFeinstein Oct 24, 2023
8b4b095
Add loading screen
AEFeinstein Oct 24, 2023
2e064eb
Add separate timers for enemy shooting
AEFeinstein Oct 25, 2023
6fdb4b1
Different damage to player from bullets
AEFeinstein Oct 25, 2023
b35a904
Switch to two four-frame walk cycles
AEFeinstein Oct 26, 2023
9d4d406
Swap normal and armored movement
AEFeinstein Oct 26, 2023
52b3cc9
Randomly drop health and ammo
AEFeinstein Oct 26, 2023
90dac8a
Redraw shooting
AEFeinstein Oct 26, 2023
20dbf4b
Always start with one missile to not get stuck
AEFeinstein Oct 26, 2023
6b9f6c4
Ice ammo slows enemies
AEFeinstein Oct 26, 2023
f94283b
Use actual map names
AEFeinstein Oct 26, 2023
1e74251
Fix map editor
AEFeinstein Oct 26, 2023
e7d7b18
Fix pickup spawning
AEFeinstein Oct 26, 2023
da836c3
Add BGM
AEFeinstein Oct 26, 2023
c717d19
Add timer for blocking
AEFeinstein Oct 26, 2023
cce5e87
Fix song loading
AEFeinstein Oct 26, 2023
b9a6f68
Fix bug where enemy pauses after spawning
AEFeinstein Oct 26, 2023
487402d
Merge remote-tracking branch 'origin/main' into shooter
AEFeinstein Oct 26, 2023
3081708
Draw reticule when locked
AEFeinstein Oct 27, 2023
a7dc69f
Add invincible timer for enemies
AEFeinstein Oct 27, 2023
6f42a6f
Add enemy state transition table
AEFeinstein Oct 27, 2023
3958272
Add movement for boss, separate boss timer
AEFeinstein Oct 27, 2023
de01e03
Add base textures
AEFeinstein Oct 27, 2023
8b3fc10
Fix bug that made all enemies bosses
AEFeinstein Oct 27, 2023
92dd024
Add STRONG sprites
AEFeinstein Oct 28, 2023
112fd25
Add jungle textures
AEFeinstein Oct 28, 2023
44bf927
Tint BASE
AEFeinstein Oct 29, 2023
9f410cd
Add enemies
AEFeinstein Oct 29, 2023
8a419ad
Add enemies
AEFeinstein Oct 29, 2023
e97e049
Slow movement in water, wait more between respawn
AEFeinstein Oct 29, 2023
ff5aeee
Merge branch 'shooter' of https://github.com/AEFeinstein/Swadge-IDF-5…
AEFeinstein Oct 29, 2023
34d0c3f
Disable buzzer when doing NVS R/W
AEFeinstein Oct 29, 2023
b2b9f27
Texture the cave
AEFeinstein Oct 29, 2023
5e0ade9
Warp in enemies
AEFeinstein Oct 30, 2023
7da3383
Reopen doors when backtracking
AEFeinstein Oct 30, 2023
8612dc1
Load const song names
AEFeinstein Oct 30, 2023
c5ff080
Allow newlines in dialog
AEFeinstein Oct 31, 2023
a89c5d6
Merge remote-tracking branch 'origin/main' into shooter
AEFeinstein Oct 31, 2023
be40696
Handle player rotation with a timer
AEFeinstein Oct 31, 2023
afbfa30
Remove TODO
AEFeinstein Oct 31, 2023
4ab06b4
Real item sprites!
AEFeinstein Nov 2, 2023
44190da
Spin items around
AEFeinstein Nov 2, 2023
9a776a3
Merge remote-tracking branch 'origin/main' into shooter
AEFeinstein Nov 2, 2023
ffb4387
Tint the base cyan
AEFeinstein Nov 2, 2023
59e6899
Only show battery on main menu
AEFeinstein Nov 3, 2023
0bcd77c
Clean up wall
AEFeinstein Nov 3, 2023
ab05d0b
Add ARMORED sprites
AEFeinstein Nov 3, 2023
7a33218
Add HIDDEN sprites
AEFeinstein Nov 3, 2023
432d282
Add puzzle text based on MAC address
AEFeinstein Nov 3, 2023
77742ff
Better clear variables before loading
AEFeinstein Nov 4, 2023
5864f81
Add MAC puzzle text
AEFeinstein Nov 4, 2023
d10176e
Add friends
AEFeinstein Nov 4, 2023
e07dc56
Fix MIDI processing bug
AEFeinstein Nov 4, 2023
0e74139
Add more music
AEFeinstein Nov 4, 2023
7aeda37
Update credits music
AEFeinstein Nov 4, 2023
ff7af8f
Add background image to menu
AEFeinstein Nov 4, 2023
43e2948
Run song timers, even when the volume is off
AEFeinstein Nov 4, 2023
53883ff
Don't bother background drawing in the pause menu
AEFeinstein Nov 4, 2023
c2918a1
Remove stray door
AEFeinstein Nov 4, 2023
23c8609
Add dialog to maps
AEFeinstein Nov 4, 2023
04e64e0
Fix crash on warp
AEFeinstein Nov 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified assets/credits.mid
Binary file not shown.
Binary file added assets/menu/menu_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/doors/BG_DOOR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ray/doors/BG_DOOR_ARTIFACT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/doors/BG_DOOR_CHARGE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/doors/BG_DOOR_ICE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/doors/BG_DOOR_KEY_A.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/doors/BG_DOOR_KEY_B.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/doors/BG_DOOR_KEY_C.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/doors/BG_DOOR_MISSILE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/doors/BG_DOOR_SCRIPT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/doors/BG_DOOR_XRAY.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/enemies/ARMORED/E_ARMORED_BLOCK_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/enemies/ARMORED/E_ARMORED_BLOCK_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/enemies/ARMORED/E_ARMORED_BLOCK_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/enemies/ARMORED/E_ARMORED_BLOCK_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/enemies/ARMORED/E_ARMORED_DEAD_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/enemies/ARMORED/E_ARMORED_DEAD_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/enemies/ARMORED/E_ARMORED_DEAD_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/enemies/ARMORED/E_ARMORED_DEAD_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/enemies/ARMORED/E_ARMORED_HURT_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/enemies/ARMORED/E_ARMORED_HURT_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/enemies/ARMORED/E_ARMORED_HURT_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/enemies/ARMORED/E_ARMORED_HURT_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/enemies/ARMORED/E_ARMORED_SHOOT_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/enemies/ARMORED/E_ARMORED_SHOOT_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ray/enemies/ARMORED/E_ARMORED_SHOOT_2.png
Binary file modified assets/ray/enemies/ARMORED/E_ARMORED_SHOOT_3.png
Binary file removed assets/ray/enemies/ARMORED/E_ARMORED_WALK_0.png
Diff not rendered.
Binary file added assets/ray/enemies/ARMORED/E_ARMORED_WALK_0_0.png
Binary file added assets/ray/enemies/ARMORED/E_ARMORED_WALK_0_1.png
Binary file added assets/ray/enemies/ARMORED/E_ARMORED_WALK_0_2.png
Binary file added assets/ray/enemies/ARMORED/E_ARMORED_WALK_0_3.png
Binary file removed assets/ray/enemies/ARMORED/E_ARMORED_WALK_1.png
Diff not rendered.
Binary file added assets/ray/enemies/ARMORED/E_ARMORED_WALK_1_0.png
Binary file added assets/ray/enemies/ARMORED/E_ARMORED_WALK_1_1.png
Binary file added assets/ray/enemies/ARMORED/E_ARMORED_WALK_1_2.png
Binary file added assets/ray/enemies/ARMORED/E_ARMORED_WALK_1_3.png
Binary file removed assets/ray/enemies/ARMORED/E_ARMORED_WALK_2.png
Diff not rendered.
Binary file removed assets/ray/enemies/ARMORED/E_ARMORED_WALK_3.png
Diff not rendered.
Binary file modified assets/ray/enemies/BOSS/E_BOSS_BLOCK_0.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_BLOCK_0_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_BLOCK_0_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_BLOCK_0_X.png
Binary file modified assets/ray/enemies/BOSS/E_BOSS_BLOCK_1.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_BLOCK_1_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_BLOCK_1_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_BLOCK_1_X.png
Binary file modified assets/ray/enemies/BOSS/E_BOSS_BLOCK_2.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_BLOCK_2_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_BLOCK_2_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_BLOCK_2_X.png
Binary file modified assets/ray/enemies/BOSS/E_BOSS_BLOCK_3.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_BLOCK_3_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_BLOCK_3_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_BLOCK_3_X.png
Binary file modified assets/ray/enemies/BOSS/E_BOSS_DEAD_0.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_DEAD_0_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_DEAD_0_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_DEAD_0_X.png
Binary file modified assets/ray/enemies/BOSS/E_BOSS_DEAD_1.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_DEAD_1_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_DEAD_1_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_DEAD_1_X.png
Binary file modified assets/ray/enemies/BOSS/E_BOSS_DEAD_2.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_DEAD_2_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_DEAD_2_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_DEAD_2_X.png
Binary file modified assets/ray/enemies/BOSS/E_BOSS_DEAD_3.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_DEAD_3_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_DEAD_3_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_DEAD_3_X.png
Binary file modified assets/ray/enemies/BOSS/E_BOSS_HURT_0.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_HURT_0_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_HURT_0_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_HURT_0_X.png
Binary file modified assets/ray/enemies/BOSS/E_BOSS_HURT_1.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_HURT_1_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_HURT_1_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_HURT_1_X.png
Binary file modified assets/ray/enemies/BOSS/E_BOSS_HURT_2.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_HURT_2_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_HURT_2_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_HURT_2_X.png
Binary file modified assets/ray/enemies/BOSS/E_BOSS_HURT_3.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_HURT_3_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_HURT_3_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_HURT_3_X.png
Binary file modified assets/ray/enemies/BOSS/E_BOSS_SHOOT_0.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_SHOOT_0_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_SHOOT_0_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_SHOOT_0_X.png
Binary file modified assets/ray/enemies/BOSS/E_BOSS_SHOOT_1.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_SHOOT_1_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_SHOOT_1_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_SHOOT_1_X.png
Binary file modified assets/ray/enemies/BOSS/E_BOSS_SHOOT_2.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_SHOOT_2_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_SHOOT_2_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_SHOOT_2_X.png
Binary file modified assets/ray/enemies/BOSS/E_BOSS_SHOOT_3.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_SHOOT_3_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_SHOOT_3_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_SHOOT_3_X.png
Binary file removed assets/ray/enemies/BOSS/E_BOSS_WALK_0.png
Diff not rendered.
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_0_0.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_0_0_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_0_0_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_0_0_X.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_0_1.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_0_1_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_0_1_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_0_1_X.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_0_2.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_0_2_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_0_2_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_0_2_X.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_0_3.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_0_3_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_0_3_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_0_3_X.png
Binary file removed assets/ray/enemies/BOSS/E_BOSS_WALK_1.png
Diff not rendered.
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_1_0.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_1_0_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_1_0_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_1_0_X.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_1_1.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_1_1_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_1_1_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_1_1_X.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_1_2.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_1_2_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_1_2_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_1_2_X.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_1_3.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_1_3_I.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_1_3_M.png
Binary file added assets/ray/enemies/BOSS/E_BOSS_WALK_1_3_X.png
Binary file removed assets/ray/enemies/BOSS/E_BOSS_WALK_2.png
Diff not rendered.
Binary file removed assets/ray/enemies/BOSS/E_BOSS_WALK_3.png
Diff not rendered.
Binary file removed assets/ray/enemies/FLAMING/E_FLAMING_WALK_0.png
Diff not rendered.
Binary file added assets/ray/enemies/FLAMING/E_FLAMING_WALK_0_0.png
Binary file added assets/ray/enemies/FLAMING/E_FLAMING_WALK_0_2.png
Binary file added assets/ray/enemies/FLAMING/E_FLAMING_WALK_0_3.png
Binary file removed assets/ray/enemies/FLAMING/E_FLAMING_WALK_1.png
Diff not rendered.
Binary file added assets/ray/enemies/FLAMING/E_FLAMING_WALK_1_1.png
Binary file added assets/ray/enemies/FLAMING/E_FLAMING_WALK_1_2.png
Binary file added assets/ray/enemies/FLAMING/E_FLAMING_WALK_1_3.png
Binary file removed assets/ray/enemies/FLAMING/E_FLAMING_WALK_2.png
Diff not rendered.
Binary file removed assets/ray/enemies/FLAMING/E_FLAMING_WALK_3.png
Diff not rendered.
Binary file modified assets/ray/enemies/HIDDEN/E_HIDDEN_BLOCK_0.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_BLOCK_0_X.png
Binary file modified assets/ray/enemies/HIDDEN/E_HIDDEN_BLOCK_1.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_BLOCK_1_X.png
Binary file modified assets/ray/enemies/HIDDEN/E_HIDDEN_BLOCK_2.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_BLOCK_2_X.png
Binary file modified assets/ray/enemies/HIDDEN/E_HIDDEN_BLOCK_3.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_BLOCK_3_X.png
Binary file modified assets/ray/enemies/HIDDEN/E_HIDDEN_DEAD_0.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_DEAD_0_X.png
Binary file modified assets/ray/enemies/HIDDEN/E_HIDDEN_DEAD_1.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_DEAD_1_X.png
Binary file modified assets/ray/enemies/HIDDEN/E_HIDDEN_DEAD_2.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_DEAD_2_X.png
Binary file modified assets/ray/enemies/HIDDEN/E_HIDDEN_DEAD_3.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_DEAD_3_X.png
Binary file modified assets/ray/enemies/HIDDEN/E_HIDDEN_HURT_0.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_HURT_0_X.png
Binary file modified assets/ray/enemies/HIDDEN/E_HIDDEN_HURT_1.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_HURT_1_X.png
Binary file modified assets/ray/enemies/HIDDEN/E_HIDDEN_HURT_2.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_HURT_2_X.png
Binary file modified assets/ray/enemies/HIDDEN/E_HIDDEN_HURT_3.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_HURT_3_X.png
Binary file modified assets/ray/enemies/HIDDEN/E_HIDDEN_SHOOT_0.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_SHOOT_0_X.png
Binary file modified assets/ray/enemies/HIDDEN/E_HIDDEN_SHOOT_1.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_SHOOT_1_X.png
Binary file modified assets/ray/enemies/HIDDEN/E_HIDDEN_SHOOT_2.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_SHOOT_2_X.png
Binary file modified assets/ray/enemies/HIDDEN/E_HIDDEN_SHOOT_3.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_SHOOT_3_X.png
Binary file removed assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_0.png
Diff not rendered.
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_0_0.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_0_1.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_0_1_X.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_0_2.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_0_2_X.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_0_3.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_0_3_X.png
Binary file removed assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_1.png
Diff not rendered.
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_1_0.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_1_1.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_1_1_X.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_1_2.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_1_2_X.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_1_3.png
Binary file added assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_1_3_X.png
Binary file removed assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_2.png
Diff not rendered.
Binary file removed assets/ray/enemies/HIDDEN/E_HIDDEN_WALK_3.png
Diff not rendered.
Binary file modified assets/ray/enemies/NORMAL/E_NORMAL_BLOCK_0.png
Binary file modified assets/ray/enemies/NORMAL/E_NORMAL_BLOCK_1.png
Binary file modified assets/ray/enemies/NORMAL/E_NORMAL_BLOCK_2.png
Binary file modified assets/ray/enemies/NORMAL/E_NORMAL_BLOCK_3.png
Binary file modified assets/ray/enemies/NORMAL/E_NORMAL_DEAD_0.png
Binary file modified assets/ray/enemies/NORMAL/E_NORMAL_DEAD_1.png
Binary file modified assets/ray/enemies/NORMAL/E_NORMAL_DEAD_2.png
Binary file modified assets/ray/enemies/NORMAL/E_NORMAL_DEAD_3.png
Binary file modified assets/ray/enemies/NORMAL/E_NORMAL_HURT_0.png
Binary file modified assets/ray/enemies/NORMAL/E_NORMAL_HURT_1.png
Binary file modified assets/ray/enemies/NORMAL/E_NORMAL_HURT_2.png
Binary file modified assets/ray/enemies/NORMAL/E_NORMAL_HURT_3.png
Binary file modified assets/ray/enemies/NORMAL/E_NORMAL_SHOOT_0.png
Binary file modified assets/ray/enemies/NORMAL/E_NORMAL_SHOOT_1.png
Binary file modified assets/ray/enemies/NORMAL/E_NORMAL_SHOOT_2.png
Binary file modified assets/ray/enemies/NORMAL/E_NORMAL_SHOOT_3.png
Binary file removed assets/ray/enemies/NORMAL/E_NORMAL_WALK_0.png
Diff not rendered.
Binary file added assets/ray/enemies/NORMAL/E_NORMAL_WALK_0_0.png
Binary file added assets/ray/enemies/NORMAL/E_NORMAL_WALK_0_1.png
Binary file added assets/ray/enemies/NORMAL/E_NORMAL_WALK_0_2.png
Binary file added assets/ray/enemies/NORMAL/E_NORMAL_WALK_0_3.png
Binary file removed assets/ray/enemies/NORMAL/E_NORMAL_WALK_1.png
Diff not rendered.
Binary file added assets/ray/enemies/NORMAL/E_NORMAL_WALK_1_0.png
Binary file added assets/ray/enemies/NORMAL/E_NORMAL_WALK_1_1.png
Binary file added assets/ray/enemies/NORMAL/E_NORMAL_WALK_1_2.png
Binary file added assets/ray/enemies/NORMAL/E_NORMAL_WALK_1_3.png
Binary file removed assets/ray/enemies/NORMAL/E_NORMAL_WALK_2.png
Diff not rendered.
Binary file removed assets/ray/enemies/NORMAL/E_NORMAL_WALK_3.png
Diff not rendered.
Binary file removed assets/ray/enemies/NORMAL/GUN_NORMAL.png
Diff not rendered.
Binary file removed assets/ray/enemies/NORMAL/OBJ_BULLET_NORMAL.png
Diff not rendered.
Binary file modified assets/ray/enemies/STRONG/E_STRONG_BLOCK_0.png
Binary file modified assets/ray/enemies/STRONG/E_STRONG_BLOCK_1.png
Binary file modified assets/ray/enemies/STRONG/E_STRONG_BLOCK_2.png
Binary file modified assets/ray/enemies/STRONG/E_STRONG_BLOCK_3.png
Binary file modified assets/ray/enemies/STRONG/E_STRONG_DEAD_0.png
Binary file modified assets/ray/enemies/STRONG/E_STRONG_DEAD_1.png
Binary file modified assets/ray/enemies/STRONG/E_STRONG_DEAD_2.png
Binary file modified assets/ray/enemies/STRONG/E_STRONG_DEAD_3.png
Binary file modified assets/ray/enemies/STRONG/E_STRONG_HURT_0.png
Binary file modified assets/ray/enemies/STRONG/E_STRONG_HURT_1.png
Binary file modified assets/ray/enemies/STRONG/E_STRONG_HURT_2.png
Binary file modified assets/ray/enemies/STRONG/E_STRONG_HURT_3.png
Binary file modified assets/ray/enemies/STRONG/E_STRONG_SHOOT_0.png
Binary file modified assets/ray/enemies/STRONG/E_STRONG_SHOOT_1.png
Binary file modified assets/ray/enemies/STRONG/E_STRONG_SHOOT_2.png
Binary file modified assets/ray/enemies/STRONG/E_STRONG_SHOOT_3.png
Binary file removed assets/ray/enemies/STRONG/E_STRONG_WALK_0.png
Diff not rendered.
Binary file added assets/ray/enemies/STRONG/E_STRONG_WALK_0_0.png
Binary file added assets/ray/enemies/STRONG/E_STRONG_WALK_0_1.png
Binary file added assets/ray/enemies/STRONG/E_STRONG_WALK_0_2.png
Binary file added assets/ray/enemies/STRONG/E_STRONG_WALK_0_3.png
Binary file removed assets/ray/enemies/STRONG/E_STRONG_WALK_1.png
Diff not rendered.
Binary file added assets/ray/enemies/STRONG/E_STRONG_WALK_1_0.png
Binary file added assets/ray/enemies/STRONG/E_STRONG_WALK_1_1.png
Binary file added assets/ray/enemies/STRONG/E_STRONG_WALK_1_2.png
Binary file added assets/ray/enemies/STRONG/E_STRONG_WALK_1_3.png
Binary file removed assets/ray/enemies/STRONG/E_STRONG_WALK_2.png
Diff not rendered.
Binary file removed assets/ray/enemies/STRONG/E_STRONG_WALK_3.png
Diff not rendered.
Binary file added assets/ray/env/BASE/BG_BASE_CEILING.png
Binary file added assets/ray/env/BASE/BG_BASE_FLOOR.png
Binary file added assets/ray/env/BASE/BG_BASE_WALL_1.png
Binary file added assets/ray/env/BASE/BG_BASE_WALL_2.png
Binary file added assets/ray/env/BASE/BG_BASE_WALL_3.png
Binary file added assets/ray/env/BASE/BG_BASE_WALL_4.png
Binary file added assets/ray/env/BASE/BG_BASE_WALL_5.png
Binary file removed assets/ray/env/BG_CEILING.png
Diff not rendered.
Binary file removed assets/ray/env/BG_FLOOR.png
Diff not rendered.
Binary file removed assets/ray/env/BG_WALL_1.png
Diff not rendered.
Binary file removed assets/ray/env/BG_WALL_2.png
Diff not rendered.
Binary file removed assets/ray/env/BG_WALL_3.png
Diff not rendered.
Binary file removed assets/ray/env/BG_WALL_4.png
Diff not rendered.
Binary file removed assets/ray/env/BG_WALL_5.png
Diff not rendered.
Binary file added assets/ray/env/CAVE/BG_CAVE_CEILING.png
Binary file added assets/ray/env/CAVE/BG_CAVE_FLOOR.png
Binary file added assets/ray/env/CAVE/BG_CAVE_WALL_1.png
Binary file added assets/ray/env/CAVE/BG_CAVE_WALL_2.png
Binary file added assets/ray/env/CAVE/BG_CAVE_WALL_3.png
Binary file added assets/ray/env/CAVE/BG_CAVE_WALL_4.png
Binary file added assets/ray/env/CAVE/BG_CAVE_WALL_5.png
Binary file added assets/ray/env/JUNGLE/BG_JUNGLE_CEILING.png
Binary file added assets/ray/env/JUNGLE/BG_JUNGLE_FLOOR.png
Binary file added assets/ray/env/JUNGLE/BG_JUNGLE_WALL_1.png
Binary file added assets/ray/env/JUNGLE/BG_JUNGLE_WALL_2.png
Binary file added assets/ray/env/JUNGLE/BG_JUNGLE_WALL_3.png
Binary file added assets/ray/env/JUNGLE/BG_JUNGLE_WALL_4.png
Binary file added assets/ray/env/JUNGLE/BG_JUNGLE_WALL_5.png
Binary file removed assets/ray/env/test/ICE_FLOOR.png
Diff not rendered.
Binary file removed assets/ray/env/test/ICE_WALL.png
Diff not rendered.
Binary file removed assets/ray/env/test/JUN_FLOOR.png
Diff not rendered.
Binary file removed assets/ray/env/test/JUN_WALL.png
Diff not rendered.
Binary file removed assets/ray/env/test/LAV_FLOOR.png
Diff not rendered.
Binary file removed assets/ray/env/test/LAV_WALL.png
Diff not rendered.
Binary file removed assets/ray/env/test/SPA_FLOOR.png
Diff not rendered.
Binary file removed assets/ray/env/test/SPA_WALL.png
Diff not rendered.
Binary file added assets/ray/friends/OBJ_SCENERY_F1.png
Binary file added assets/ray/friends/OBJ_SCENERY_F2.png
Loading