Skip to content

Commit c7b30d1

Browse files
Use a spritesheet instead of separate files
1 parent e802175 commit c7b30d1

File tree

3,174 files changed

+7277
-1284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,174 files changed

+7277
-1284
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ temp.bcd
77
test*
88
tilesheetFiles.txt
99
third_party
10+
node_modules
11+
package*.json
12+
*.js
1013
/*.png
1114
/*.txt
1215
/*.bcd

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ else
4747
endif
4848

4949

50-
SRCS := ./src/main.cpp ./src/LevelParser.cpp ./src/Drawers.cpp ./src/Helpers.cpp ./src/imgui/imgui.cpp ./src/imgui/imgui_widgets.cpp ./src/imgui/imgui_tables.cpp ./src/imgui/imgui_impl_sdl.cpp ./src/imgui/imgui_impl_opengl3.cpp ./src/imgui/imgui_draw.cpp ./src/SMM2CourseDecryptor/aes.cpp ./src/SMM2CourseDecryptor/decrypt.cpp ./src/fmt/format.cpp ./src/fmt/os.cpp
50+
SRCS := ./src/main.cpp ./src/LevelParser.cpp ./src/Drawers.cpp ./src/Helpers.cpp ./src/ObjectSpritesheet.cpp ./src/imgui/imgui.cpp ./src/imgui/imgui_widgets.cpp ./src/imgui/imgui_tables.cpp ./src/imgui/imgui_impl_sdl.cpp ./src/imgui/imgui_impl_opengl3.cpp ./src/imgui/imgui_draw.cpp ./src/SMM2CourseDecryptor/aes.cpp ./src/SMM2CourseDecryptor/decrypt.cpp ./src/fmt/format.cpp ./src/fmt/os.cpp
5151

5252
ifeq ($(UNAME)$(PLATFORM),Msys)
5353
SRCS += src/info.rc src/icon.rc

img/12621/CID/0.png

-179 Bytes
Binary file not shown.

img/12621/CID/0A.png

-184 Bytes
Binary file not shown.

img/12621/CID/1.png

-181 Bytes
Binary file not shown.

img/12621/CID/10.png

-138 Bytes
Binary file not shown.

img/12621/CID/102.png

-183 Bytes
Binary file not shown.

img/12621/CID/103.png

-176 Bytes
Binary file not shown.

img/12621/CID/10A.png

-163 Bytes
Binary file not shown.

img/12621/CID/111.png

-205 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)