Skip to content

Commit 87ff261

Browse files
Update README.md
1 parent ee24c3c commit 87ff261

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

+15-5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ jobs:
4646
if: ${{ !contains(github.event.head_commit.message, '[ci skip]') }}
4747
steps:
4848
- uses: actions/checkout@v4
49+
- name: Scratch-CreadorCraft-Maker
50+
uses: Creadores-Program/[email protected]
51+
with:
52+
path: "./src" # Destinity CreadorCraft Game (this not genere manifest.json)
53+
# id: "id" Id by game Scratch
54+
# url: "url" Url by game Scratch
55+
pathGame: "./Game.sb3" # Only uses 1 of the above
56+
# Pack..
4957
- name: CreadorCraft-Maker
5058
uses: Creadores-Program/[email protected]
5159
with:
@@ -58,7 +66,10 @@ jobs:
5866
```
5967
6068
### Structure Repo:
61-
myName/RepoGameName/src
69+
myName/RepoGameName/
70+
- Game.sb3
71+
72+
- src
6273
6374
- manifest.json:
6475
```json
@@ -71,11 +82,10 @@ myName/RepoGameName/src
7182
"mainJS": "index.js"
7283
}
7384
```
74-
- index.html
75-
- index.css
76-
- index.js
7785

78-
more info in Wiki!
86+
this use TurboWarp!
87+
88+
[CreadorCraft Maker Action](https://github.com/marketplace/actions/creadorcraft-maker)
7989

8090
Made in Mexico.
8191

0 commit comments

Comments
 (0)