Search found 1 match
- Thu Jul 15, 2021 5:20 pm
- Forum: Support and Development
- Topic: Trying to use metatables, nothing is drawing
- Replies: 1
- Views: 4200
Trying to use metatables, nothing is drawing
Hello everyone. So as the title says I'm trying to implement classes using metatables. The problem comes when I'm drawing these objects onto the screen it draws nothing. These is my player class. local world = require('world') local constant = require('constant') local input = require('input') local...