Fantasy computer for making, playing and sharing tiny games. 路 By Nesbox
I want to add attributes to my table. How should I do it btw I am new to tic 80 so I can't figure it out.pls help
Not sure what you want, but maybe this can help
--create a table
t={}
--add attributes
t.myAttribute="foo"
t.x=10
--create table with default attributes
t2={a=100,b="bar"}