-
Notifications
You must be signed in to change notification settings - Fork 2
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
1 parent
9c5a5c9
commit 687d4e4
Showing
11 changed files
with
313 additions
and
190 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,6 @@ | ||
{ | ||
"recommendations": [ | ||
"openfl.lime-vscode-extension", | ||
"redhat.vscode-xml" | ||
] | ||
} |
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,21 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Build + Debug", | ||
"type": "lime", | ||
"request": "launch" | ||
}, | ||
{ | ||
"name": "Debug", | ||
"type": "lime", | ||
"request": "launch", | ||
"preLaunchTask": null | ||
}, | ||
{ | ||
"name": "Macro", | ||
"type": "haxe-eval", | ||
"request": "launch" | ||
} | ||
] | ||
} |
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,13 @@ | ||
{ | ||
"search.exclude": { | ||
"export/**/*.hx": true | ||
}, | ||
"[haxe]": { | ||
"editor.formatOnSave": true, | ||
"editor.formatOnPaste": true, | ||
"editor.codeActionsOnSave": { | ||
"source.sortImports": true | ||
} | ||
}, | ||
"haxe.enableExtendedIndentation": 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,13 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"type": "lime", | ||
"command": "test", | ||
"group": { | ||
"kind": "build", | ||
"isDefault": true | ||
} | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -5,6 +5,6 @@ | |
"starty":576, | ||
"gfx":512, | ||
"gfy":40, | ||
"backgroundSprite":"", | ||
"backgroundSprite":"fundo", | ||
"bpm":102 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,9 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<TextureAtlas imagePath="titleEnter.png"> | ||
<!-- Created with Adobe Animate version 21.0.2.37893 --> | ||
<TextureAtlas imagePath="start_text.png"> | ||
<!-- Created with Adobe Animate version 22.0.8.217 --> | ||
<!-- http://www.adobe.com/products/animate.html --> | ||
<SubTexture name="ENTER FREEZE0000" x="8" y="8" width="1477" height="79"/> | ||
<SubTexture name="ENTER IDLE0000" x="8" y="95" width="1477" height="79"/> | ||
<SubTexture name="ENTER PRESSED0000" x="8" y="8" width="1477" height="79"/> | ||
<SubTexture name="ENTER PRESSED0001" x="8" y="182" width="1477" height="79"/> | ||
<SubTexture name="ENTER FREEZE0000" x="0" y="60" width="919" height="60"/> | ||
<SubTexture name="ENTER IDLE0000" x="0" y="0" width="919" height="60"/> | ||
<SubTexture name="ENTER PRESSED0000" x="0" y="60" width="919" height="60"/> | ||
<SubTexture name="ENTER PRESSED0001" x="0" y="0" width="919" height="60"/> | ||
</TextureAtlas> |
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
Oops, something went wrong.