Sample game. Easing methods. Colors.

This commit is contained in:
Matt Thorson
2020-05-08 21:05:29 -07:00
parent 786b692a3f
commit 12ea2e43bc
18 changed files with 545 additions and 20 deletions

8
SampleGame/BeefProj.toml Normal file
View File

@ -0,0 +1,8 @@
FileVersion = 1
Dependencies = {corlib = "*", SDL2 = "*", Strawberry = "*"}
[Project]
Name = "SampleGame"
TargetType = "BeefGUIApplication"
StartupObject = "Strawberry.Sample.Program"
DefaultNamespace = "Strawberry.Sample"