mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Added the about library, resolved #51
This commit is contained in:
7
test/scripts/lib/about.toy
Normal file
7
test/scripts/lib/about.toy
Normal file
@@ -0,0 +1,7 @@
|
||||
import about as about;
|
||||
import about;
|
||||
|
||||
assert author == "Kayne Ruse, KR Game Studios", "Author failed";
|
||||
|
||||
|
||||
print "All good";
|
||||
Reference in New Issue
Block a user