25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

libraries.lua 171 B

123456
  1. -- Credit: https://github.com/randrews/color
  2. clr = require "lib/color"
  3. -- Credit: https://github.com/vrld/hump/
  4. Class = require "lib/class"
  5. Camera = require "lib/camera"