forogt to commit the enum

This commit is contained in:
camila314 2023-11-11 10:03:31 -06:00
parent 0b9590727a
commit 645a41c63a
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View file

@ -71,3 +71,6 @@ test-docs.bat
# Ignore krita files too because we don't want our project files shaking my head
**/*.kra
# Ignore clangd cache
.cache

View file

@ -54,6 +54,7 @@ enum class GameObjectType {
MiniSizePortal = 18,
UfoPortal = 19,
Modifier = 20,
Breakable = 21,
SecretCoin = 22,
DualPortal = 23,
SoloPortal = 24,