test script
This commit is contained in:
parent
798ebb3246
commit
4139bc0e3c
3 changed files with 18 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"resources": [
|
"resources": [
|
||||||
{"id":{"name":"Purple","path":"sprites/Purple/Purple.yy",},"order":1,},
|
{"id":{"name":"Purple","path":"sprites/Purple/Purple.yy",},"order":1,},
|
||||||
|
{"id":{"name":"Script1","path":"scripts/Script1/Script1.yy",},"order":0,},
|
||||||
{"id":{"name":"sTest","path":"sprites/sTest/sTest.yy",},"order":0,},
|
{"id":{"name":"sTest","path":"sprites/sTest/sTest.yy",},"order":0,},
|
||||||
{"id":{"name":"Room1","path":"rooms/Room1/Room1.yy",},"order":0,},
|
{"id":{"name":"Room1","path":"rooms/Room1/Room1.yy",},"order":0,},
|
||||||
],
|
],
|
||||||
|
|
5
scripts/Script1/Script1.gml
Normal file
5
scripts/Script1/Script1.gml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
// Script assets have changed for v2.3.0 see
|
||||||
|
// https://help.yoyogames.com/hc/en-us/articles/360005277377 for more information
|
||||||
|
function Test(){
|
||||||
|
// C'est un test de git
|
||||||
|
}
|
12
scripts/Script1/Script1.yy
Normal file
12
scripts/Script1/Script1.yy
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"isDnD": false,
|
||||||
|
"isCompatibility": false,
|
||||||
|
"parent": {
|
||||||
|
"name": "Scripts",
|
||||||
|
"path": "folders/Scripts.yy",
|
||||||
|
},
|
||||||
|
"resourceVersion": "1.0",
|
||||||
|
"name": "Script1",
|
||||||
|
"tags": [],
|
||||||
|
"resourceType": "GMScript",
|
||||||
|
}
|
Reference in a new issue