4
0
Fork 0

test script

This commit is contained in:
sOlaris38 2020-12-04 22:23:03 +01:00
parent 798ebb3246
commit 4139bc0e3c
3 changed files with 18 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
"resources": [
{"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":"Room1","path":"rooms/Room1/Room1.yy",},"order":0,},
],

View 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
}

View File

@ -0,0 +1,12 @@
{
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Scripts",
"path": "folders/Scripts.yy",
},
"resourceVersion": "1.0",
"name": "Script1",
"tags": [],
"resourceType": "GMScript",
}