-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
211 changed files
with
20,847 additions
and
2,840 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Bug report | ||
description: Report bugs with the engine here | ||
labels: [bug] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Bug report | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Did you edit anything? If so, mention or summarize your changes. | ||
description: 'For example: "Yes, i edited PlayState.hx and tried to mess with how health icon animation frames are handled" or "No, everything is the same as the base engine!"' | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
blank_issues_enabled: false | ||
contact_links: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name: Feature Request | ||
description: No, i won't add 6K/etc to the engine or winning icons, stop asking for it. | ||
labels: [enhancement] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: What feature do you want to get added on the base engine? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Help wanted | ||
description: If you need help using the engine. | ||
labels: [help wanted] | ||
body: | ||
|
||
- type: dropdown | ||
attributes: | ||
label: Are you trying to code on Source Code (Haxe) or on the Downloaded Build (Lua)? | ||
options: | ||
- Source Code | ||
- Downloaded Build | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Show an screenshot/video of your problem. | ||
description: Put down here an screenshot of your compiling issue or whatever is happening to you. | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Missing Documentation | ||
description: Ask for documentation if something is missing. | ||
labels: [documentation] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: What needs to be documented? | ||
description: 'For example: "There is no page explaining how to create an Achievement!"' | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
name: Question | ||
description: Ask about something here. | ||
labels: [question] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: What is your question? | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
export/ | ||
.vscode/ | ||
APIStuff.hx | ||
APIStuff.hx | ||
art/build_x32-officialrelease.bat | ||
art/build_x64-officialrelease.bat | ||
art/test_x64-debug-officialrelease.bat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.