Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Snirozu committed Jan 28, 2024
1 parent 405cd8c commit 9c9c73c
Show file tree
Hide file tree
Showing 49 changed files with 3,442 additions and 802 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export/*
!.vscode/launch.json
!.vscode/extensions.json

changelog.txt
changeloge.md
6 changes: 5 additions & 1 deletion Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<project>
<!-- _________________________ Application Settings _________________________ -->

<app title="Friday Night Funkin': Psych Online" file="PsychEngine" packageName="com.shadowmario.psychengine" package="com.shadowmario.psychengine" main="Main" version="0.2.8" company="ShadowMario" />
<app title="Friday Night Funkin': Psych Online" file="PsychEngine" main="Main" version="0.2.8" />
<app if="desktop" packageName="com.shadowmario.psychengine" package="com.shadowmario.psychengine" company="ShadowMario" />
<app if="mobile" packageName="snirozu.psychonline" package="snirozu.psychonline" company="Snirozu" />

<!--Switch Export with Unique ApplicationID and Icon-->
<set name="APP_ID" value="0x0100f6c013bbc000" />
Expand Down Expand Up @@ -176,4 +178,6 @@
<icon path="art/icon32.png" size='32'/>
<icon path="art/icon64.png" size='64'/>
<icon path="art/iconOG.png" />

<define name="PSYCH_VER" value="0.7.1" />
</project>
188 changes: 188 additions & 0 deletions assets/preload/characters/default-player.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,188 @@
{
"animations": [
{
"offsets": [
-5,
0
],
"loop": false,
"fps": 24,
"anim": "idle",
"indices": [],
"name": "BF idle dance"
},
{
"offsets": [
5,
-6
],
"loop": false,
"fps": 24,
"anim": "singLEFT",
"indices": [],
"name": "BF NOTE LEFT0"
},
{
"offsets": [
-20,
-51
],
"loop": false,
"fps": 24,
"anim": "singDOWN",
"indices": [],
"name": "BF NOTE DOWN0"
},
{
"offsets": [
-46,
27
],
"loop": false,
"fps": 24,
"anim": "singUP",
"indices": [],
"name": "BF NOTE UP0"
},
{
"offsets": [
-48,
-7
],
"loop": false,
"fps": 24,
"anim": "singRIGHT",
"indices": [],
"name": "BF NOTE RIGHT0"
},
{
"offsets": [
7,
19
],
"loop": false,
"fps": 24,
"anim": "singLEFTmiss",
"indices": [],
"name": "BF NOTE LEFT MISS"
},
{
"offsets": [
-15,
-19
],
"loop": false,
"fps": 24,
"anim": "singDOWNmiss",
"indices": [],
"name": "BF NOTE DOWN MISS"
},
{
"offsets": [
-46,
27
],
"loop": false,
"fps": 24,
"anim": "singUPmiss",
"indices": [],
"name": "BF NOTE UP MISS"
},
{
"offsets": [
-44,
22
],
"loop": false,
"fps": 24,
"anim": "singRIGHTmiss",
"indices": [],
"name": "BF NOTE RIGHT MISS"
},
{
"offsets": [
-3,
5
],
"loop": false,
"fps": 24,
"anim": "hey",
"indices": [],
"name": "BF HEY"
},
{
"offsets": [
14,
18
],
"loop": false,
"fps": 24,
"anim": "hurt",
"indices": [],
"name": "BF hit"
},
{
"offsets": [
-4,
0
],
"loop": true,
"fps": 24,
"anim": "scared",
"indices": [],
"name": "BF idle shaking"
},
{
"offsets": [
-10,
-16
],
"loop": false,
"fps": 24,
"anim": "dodge",
"indices": [],
"name": "boyfriend dodge"
},
{
"offsets": [
294,
267
],
"loop": false,
"fps": 24,
"anim": "attack",
"indices": [],
"name": "boyfriend attack"
},
{
"offsets": [
-40,
-40
],
"loop": false,
"fps": 24,
"anim": "pre-attack",
"indices": [],
"name": "bf pre attack"
}
],
"no_antialiasing": false,
"image": "characters/BOYFRIEND",
"position": [
0,
350
],
"healthicon": "bf",
"flip_x": true,
"healthbar_colors": [
49,
176,
209
],
"camera_position": [
0,
0
],
"sing_duration": 4,
"scale": 1
}
Loading

0 comments on commit 9c9c73c

Please sign in to comment.