test script
This commit is contained in:
parent
798ebb3246
commit
4139bc0e3c
3 changed files with 18 additions and 0 deletions
scripts/Script1
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