Replace 'assets' with generated blueprints.

This commit is contained in:
KtorZ
2023-01-29 13:02:29 +01:00
parent daee8e39d6
commit 79b8786cee
24 changed files with 129 additions and 40 deletions

View File

@@ -4,6 +4,6 @@ fn when_tuple(a: (Int, Int)) -> Int {
}
}
pub fn spend(a, b, c) -> Bool {
pub fn spend(a: Data, b: Data, c) -> Bool {
when_tuple((4, 1)) == 4
}