Skip to content

Commit

Permalink
#368 GBA improved camera, lerp matrices, particle effects, IMA sound …
Browse files Browse the repository at this point in the history
…tracks, remove rotate90 mode, weappns and firing, Lara drawing routine, collision with enemies, fix sprite clipping
  • Loading branch information
XProger committed Jul 30, 2021
1 parent df95f15 commit 1b0fbc2
Show file tree
Hide file tree
Showing 21 changed files with 4,710 additions and 1,963 deletions.
2 changes: 1 addition & 1 deletion src/platform/gba/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ soundbank.bin soundbank.h : $(AUDIOFILES)
@echo $(notdir $<)
@$(bin2o)

%.WAV.o %_WAV.h : %.WAV
%.IMA.o %_IMA.h : %.IMA
@echo $(notdir $<)
@$(bin2o)

Expand Down
1 change: 0 additions & 1 deletion src/platform/gba/OpenLara.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="camera.h" />
<ClInclude Include="collision.h" />
<ClInclude Include="common.h" />
<ClInclude Include="draw.h" />
<ClInclude Include="enemy.h" />
Expand Down
Loading

0 comments on commit 1b0fbc2

Please sign in to comment.