Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display KaeCode code generator on site #62

Open
SmuziCodeC opened this issue Aug 4, 2024 · 1 comment
Open

Display KaeCode code generator on site #62

SmuziCodeC opened this issue Aug 4, 2024 · 1 comment

Comments

@SmuziCodeC
Copy link

SmuziCodeC commented Aug 4, 2024

I want to display KaeCode generate on your site.
KaeCode example code:

<code {c class=f(|EG)} 3-tr>

<variable type="single" value=<component='Text'> ui name="DisplayText">

//FirstFrame is a function, when game start 
<function type="public" name="EmptyButton_Click()">
  <ui var="DisplayText" value="Empty">
</function>
<function type="public" name="AStarterPlcButton_Click()">
  <ui var="DisplayText" value="A starter place">
</function>
<function type="public" name="BaseplateButton_Click()">
  <ui var="DisplayText" value="Baseplate">
</function>
<function type="public" name="RPGSetButton_Click()">
  <ui var="DisplayText" value="RPG">
</function>
<function type="public" name="ClickerButton_Click()">
  <ui var="DisplayText" value="Clicker">
</function>
<function type="public" name="_3dSetButton_Click()">
  <ui var="DisplayText" value="3d set">
</function>
<function type="public" name="LoadPreset(value PresetName)">
  /* Load preset based on the button name */
  /* Add your preset loading logic here */
</function>
@SmuziCodeC
Copy link
Author

GITHUB HAS REMOVED HALF OF THE CODE WITH FUNCTION😡😡😡😡😡

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant