This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1,505 additions
and 46 deletions.
- +11 −0 src/Camera.cpp
- +1 −0 src/Camera.h
- +13 −7 src/Text.cpp
- +7 −5 src/Text.h
- +9 −0 src/Timecycle.h
- +40 −11 src/Zones.cpp
- +4 −4 src/Zones.h
- +2 −1 src/common.h
- +6 −1 src/config.h
- +163 −2 src/main.cpp
- +1 −0 src/math/Vector.h
- +30 −2 src/re3.cpp
- +576 −2 src/render/Coronas.cpp
- +84 −0 src/render/Coronas.h
- +1 −1 src/render/Credits.cpp
- +1 −1 src/render/Credits.h
- +163 −1 src/render/Lights.cpp
- +10 −1 src/render/Lights.h
- +282 −1 src/render/PointLights.cpp
- +34 −0 src/render/PointLights.h
- +60 −0 src/render/Sprite.cpp
- +1 −0 src/render/Sprite.h
- +4 −4 src/render/Sprite2d.cpp
- +2 −2 src/render/Sprite2d.h
There are no files selected for viewing
Oops, something went wrong.