Skip to content

Commit

Permalink
automatic page deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jjppof committed Apr 15, 2024
0 parents commit f796078
Show file tree
Hide file tree
Showing 825 changed files with 198,978 additions and 0 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gshtml5.org
47 changes: 47 additions & 0 deletions assets/dbs/abilities_animations/attack_db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"key_name": "attack",
"x_sequence": [{
"start_delay": 0,
"to": "targets",
"shift": 15,
"shift_direction": "in_center",
"is_absolute": true,
"tween": "Linear.None",
"sprite_index": "caster",
"duration": 350
}],
"y_sequence": [{
"start_delay": 0,
"to": "targets",
"is_absolute": true,
"tween": "Linear.None",
"sprite_index": "caster",
"duration": 350
}],
"play_sequence": [{
"animation_key": "attack_init",
"start_delay": 0,
"sprite_index": "caster",
"wait": false
},{
"animation_key": "attack",
"start_delay": 350,
"sprite_index": "caster",
"wait": false
},{
"ignore_if_dodge": true,
"animation_key": "damage",
"start_delay": 350,
"sprite_index": "targets",
"wait": false
}],
"center_shift_sequence": [{
"ignore_if_dodge": true,
"start_delay": 350,
"to": 15,
"is_absolute": false,
"tween": "Quadratic.Out",
"sprite_index": "targets",
"duration": 200
}]
}
55 changes: 55 additions & 0 deletions assets/dbs/abilities_animations/attack_jumping_db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"key_name": "attack",
"x_sequence": [{
"start_delay": 0,
"to": "targets",
"shift": 15,
"shift_direction": "in_center",
"is_absolute": true,
"tween": "Linear.None",
"sprite_index": "caster",
"duration": 250
}],
"y_sequence": [{
"start_delay": 0,
"to": "targets",
"is_absolute": true,
"tween": "Linear.None",
"sprite_index": "caster",
"to_expression": "v - 13",
"duration": 125
},{
"start_delay": 125,
"to": "targets",
"is_absolute": true,
"tween": "Linear.None",
"sprite_index": "caster",
"duration": 125
}],
"play_sequence": [{
"animation_key": "attack_init",
"start_delay": 0,
"sprite_index": "caster",
"wait": false
},{
"animation_key": "attack",
"start_delay": 200,
"sprite_index": "caster",
"wait": false
},{
"ignore_if_dodge": true,
"animation_key": "damage",
"start_delay": 250,
"sprite_index": "targets",
"wait": false
}],
"center_shift_sequence": [{
"ignore_if_dodge": true,
"start_delay": 250,
"to": 15,
"is_absolute": false,
"tween": "Quadratic.Out",
"sprite_index": "targets",
"duration": 200
}]
}
Loading

0 comments on commit f796078

Please sign in to comment.