You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check for duplicates or similar issues before creating this issue.
What is your suggestion, and why should it be implemented?
make some type of ScriptedScripted class that makes you be able to make your own soft coded ScriptedClassName classes in hxc
so you can extend new classes
for example
class ScriptedTitleState extends TitleState implents ScriptedClass {}
class myCustomTitleState extends TitleState{}
var customTitleState = ScriptedTitleState.init('myCustomTitleState');
i cant think of a way to make this but just posting it here so someone could think of a way for me and i can take the credit :3
The text was updated successfully, but these errors were encountered:
Please check for duplicates or similar issues before creating this issue.
What is your suggestion, and why should it be implemented?
make some type of ScriptedScripted class that makes you be able to make your own soft coded ScriptedClassName classes in hxc
so you can extend new classes
for example
class ScriptedTitleState extends TitleState implents ScriptedClass {}
class myCustomTitleState extends TitleState{}
var customTitleState = ScriptedTitleState.init('myCustomTitleState');
i cant think of a way to make this but just posting it here so someone could think of a way for me and i can take the credit :3
The text was updated successfully, but these errors were encountered: