Skip to content

Commit bd96714

Browse files
committed
quake finish
1 parent 69584d6 commit bd96714

File tree

2 files changed

+80
-10
lines changed

2 files changed

+80
-10
lines changed

assets/dbs/abilities_animations/quake_db.json

Lines changed: 73 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,57 @@
1616
}
1717
}
1818
},{
19-
"key_name": "quake",
19+
"type": "rectangle",
20+
"per_target": false,
21+
"position": "behind",
22+
"geometry_info": {
23+
"color": 0,
24+
"width": 40,
25+
"height": 16
26+
},
27+
"initial_config": {
28+
"x": 34,
29+
"y": 128,
30+
"anchor": {
31+
"x": 0.5,
32+
"y": 1.0
33+
}
34+
}
35+
},{
36+
"type": "rectangle",
37+
"per_target": false,
38+
"position": "behind",
39+
"geometry_info": {
40+
"color": 0,
41+
"width": 40,
42+
"height": 16
43+
},
44+
"initial_config": {
45+
"x": 74,
46+
"y": 128,
47+
"anchor": {
48+
"x": 0.5,
49+
"y": 1.0
50+
}
51+
}
52+
},{
53+
"type": "rectangle",
54+
"per_target": false,
55+
"position": "behind",
56+
"geometry_info": {
57+
"color": 0,
58+
"width": 40,
59+
"height": 16
60+
},
61+
"initial_config": {
62+
"x": 114,
63+
"y": 128,
64+
"anchor": {
65+
"x": 0.5,
66+
"y": 1.0
67+
}
68+
}
69+
},{
2070
"type": "background_copy",
2171
"per_target": false,
2272
"position": "behind",
@@ -35,7 +85,6 @@
3585
}
3686
}
3787
},{
38-
"key_name": "quake",
3988
"type": "background_copy",
4089
"per_target": false,
4190
"position": "behind",
@@ -54,7 +103,6 @@
54103
}
55104
}
56105
},{
57-
"key_name": "quake",
58106
"type": "background_copy",
59107
"per_target": false,
60108
"position": "behind",
@@ -87,6 +135,14 @@
87135
"tween": "Quadratic.InOut",
88136
"duration": 500,
89137
"sprite_index": [3, 4, 5]
138+
},{
139+
"to": -46,
140+
"start_delay": [0, 70, 140],
141+
"is_absolute": false,
142+
"yoyo": true,
143+
"tween": "Quadratic.InOut",
144+
"duration": 500,
145+
"sprite_index": [6, 7, 8]
90146
},{
91147
"to": -116,
92148
"start_delay": {
@@ -184,5 +240,19 @@
184240
"tween": "Linear.None",
185241
"sprite_index": "background",
186242
"duration": 200
243+
},{
244+
"start_delay": 200,
245+
"to": 0.75,
246+
"is_absolute": true,
247+
"tween": "Linear.None",
248+
"sprite_index": [6, 7, 8],
249+
"duration": 400
250+
},{
251+
"start_delay": 1500,
252+
"to": 1.0,
253+
"is_absolute": true,
254+
"tween": "Linear.None",
255+
"sprite_index": [6, 7, 8],
256+
"duration": 200
187257
}]
188258
}

assets/init.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"hero_key_name": "isaac",
33
"initial_action": "idle",
44
"initial_direction": "down",
5-
"map_key_name": "madra_side",
6-
"initial_scale_factor": 4,
7-
"x_tile_position": 13,
8-
"y_tile_position": 4,
9-
"collision_layer": 0,
5+
"map_key_name": "madra",
6+
"initial_scale_factor": 2,
7+
"x_tile_position": 30,
8+
"y_tile_position": 13,
9+
"collision_layer": 1,
1010
"coins": 10000,
11-
"skip_start_menu": true,
11+
"skip_start_menu": false,
1212
"ignore_system_scaling": true,
13-
"start_battle_tester_on_init": true,
13+
"start_battle_tester_on_init": false,
1414
"verbose_game_event_fire": false,
1515
"artifacts_global_list": [
1616
{

0 commit comments

Comments
 (0)