thunderrabbit / robdot_conswi

A swipe game for Godot
1 stars 1 forks source link

Define order of tiles fed into the level #15

Closed thunderrabbit closed 6 years ago

thunderrabbit commented 6 years ago

Presumably, something like this would work: use_tiles = [1, 1, 2, 2, 2, 1] It would be easier to maintain if something like this worked: use_tiles = [[2, dog],[3, cat],[1, dog]]