File: dummy_gui_object.cfg

package info (click to toggle)
frogatto-data 1.3.1%2Bdfsg-4
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid, trixie
  • size: 254,428 kB
  • sloc: xml: 584; python: 396; perl: 249; sh: 126; ruby: 69; makefile: 21
file content (17 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
id: "dummy_gui_object",
animation: {
	id: "normal",
	image: "gui/dummy-hud.png",
	rect: [1,36,20,55],
},
vars: {
	score: null,
	coins: null,
	hitpoints: 0,
	max_hitpoints: 0,
	boss_hitpoints: 0,
	powerup_time: 0,
	bosses: [],
},
}