Sha256: 3c0c3e4a1a73d37525a4213dde4d8665c8bf66c3a4cdbbddb289a759615b4635
Contents?: true
Size: 235 Bytes
Versions: 7
Compression:
Stored size: 235 Bytes
Contents
# Layering of sprites. # # 4 Layers: # * UI # * Players (Controlled and AI Elements) # * Ambient (Moveable Background) # * Background (Fixed, true Background) # module Layer Background, Ambient, Players, UI, Debug = 0, 1, 2, 3, 4 end
Version data entries
7 entries across 7 versions & 1 rubygems