Search found 1 match

by andrsrz
Thu Jul 15, 2021 5:20 pm
Forum: Support and Development
Topic: Trying to use metatables, nothing is drawing
Replies: 1
Views: 4164

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...