Added Sprite Coloring and Value Animations
This commit is contained in:
parent
e0e5298c81
commit
0cc5c0badf
11 changed files with 175 additions and 11 deletions
|
|
@ -9,6 +9,7 @@ int main()
|
|||
480, // Resolution Y
|
||||
24, // Bit Depth
|
||||
60, // Max Framerate
|
||||
sf::Vector2i(2000, 100), // Window Position
|
||||
true, // Vsync Enabled
|
||||
false // Fullscreen Enabled
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue