aboutsummaryrefslogtreecommitdiff
path: root/screens/credit_screen.wren
diff options
context:
space:
mode:
Diffstat (limited to 'screens/credit_screen.wren')
-rw-r--r--screens/credit_screen.wren13
1 files changed, 13 insertions, 0 deletions
diff --git a/screens/credit_screen.wren b/screens/credit_screen.wren
new file mode 100644
index 0000000..3b54d2b
--- /dev/null
+++ b/screens/credit_screen.wren
@@ -0,0 +1,13 @@
+class CreditScreen {
+ construct new() {
+
+ }
+
+ update() {
+
+ }
+
+ draw(dt) {
+
+ }
+} \ No newline at end of file