1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 17:17:45 +00:00

Snake: Implement image-based skins

Co-authored-by: HawDevelopment <hawdevelopment@gmail.com>
This commit is contained in:
Sam Atkins 2023-03-16 14:00:20 +00:00 committed by Andreas Kling
parent da7c883dfa
commit 5708a47157
20 changed files with 425 additions and 33 deletions

View file

@ -9,6 +9,9 @@ compile_gml(Snake.gml SnakeGML.h snake_gml)
set(SOURCES
Game.cpp
main.cpp
Skins/ClassicSkin.cpp
Skins/ImageSkin.cpp
Skins/SnakeSkin.cpp
)
set(GENERATED_SOURCES