Search found 2 matches

by kingburtis
Tue May 29, 2018 3:11 am
Forum: Support and Development
Topic: Help with HC?
Replies: 3
Views: 3765

Re: Help with HC?

HC is set up in such a way that it can cooperate with multiple different class libraries (via Class Commons). I've taken the liberty of writing an implementation of the Class Commons interface for classic, here: https://github.com/bartbes/classic/blob/class-commons/classic.lua . That said, it's not...
by kingburtis
Mon May 28, 2018 3:20 am
Forum: Support and Development
Topic: Help with HC?
Replies: 3
Views: 3765

Help with HC?

Attached is all I have right now, basically I'm trying to figure out how to create a class extended off of a polygon using HC. I was going to use Classic for my classes but seeing how HC works I don't think i'll be able to do that. Could someone please show me how to create a class with a polygon co...