Sha256: f13485feb3dc3f0ab11301a615ea8b925e31d32d4dce60fb56b3ecbfb1685933
Contents?: true
Size: 225 Bytes
Versions: 41
Compression:
Stored size: 225 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 = 0, 1, 2, 3 end
Version data entries
41 entries across 41 versions & 1 rubygems