This repository was archived by the owner on Mar 8, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathengine.ini
More file actions
168 lines (145 loc) · 2.74 KB
/
engine.ini
File metadata and controls
168 lines (145 loc) · 2.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
[window]
title="Super Mario Bros. X (Integration pack)"
[common]
viewport-width=800
viewport-height=600
;scalable, resizable
viewport-type=scalable
cursor-image-normal="cursor_white.png"
cursor-image-rubber="cursor_rubber.png"
[message-box]
image="message_box.png"
box-padding=10;
border-width=32 ;width of border which will be detected on sprite
font="font2"
font-color="#FFFFFF"
[menu-box]
;image="message_box.png"
box-padding=30;
border-width=32 ;width of border which will be detected on sprite
title-font="font2"
title-font-color="#FF0000";
[menu]
selector="selector_red.png"
scroll-up="scroll_up.png"
scroll-down="scroll_down.png"
item-height=32
font-offset=7
font="font1"
[fonts]
;font-file="SMB3.ttf"
;ttf-font-default = "wenquanyi_10pt.pcf"
ttf-double-pixel = false
ttf-fonts-count = 1
ttf-font-0 = "Source Han Sans SC Medium.ttf"
[loading-scene]
bg-color="#000000"
background="big_splash.png"
updating-time=128
additional-images=2
[loading-image-1]
image="big_splash_loading.png"
animated=0
frames=1
pos-x=638
pos-y=572
[loading-image-2]
image="coin.png"
animated=1
frames=4
pos-x=768
pos-y=564
[title-screen]
bg-color="#008080"
background="title_background.png"
additional-images=3
[title-image-1]
image="curtain.png"
pos-x=0
pos-y=0
[title-image-2]
image="title.png"
pos-x=0
center-x=true
pos-y=70
[title-image-3]
image="www.png"
pos-x=0
center-x=true
align=bottom
pos-y=8
[world-map]
background="world_back.png"
viewport-x=66
viewport-y=130
viewport-width=668
viewport-height=404
level-title-x=244
level-title-y=110
level-title-w=700
level-title-color="#000000"
level-title-font="font3"
level-title-align="left"
points-counter=true
points-counter-x=190
points-counter-y=46
points-counter-color="#FFFFFF"
points-counter-font="numeric"
health-counter=false
health-counter-x=190
health-counter-y=112
health-counter-color="#FFFFFF"
health-counter-font="numeric"
lives-counter=true
lives-counter-x=190
lives-counter-y=112
lives-counter-color="#FFFFFF"
lives-counter-font="numeric"
coin-counter=true
coin-counter-x=190
coin-counter-y=90
coin-counter-color="#FFFFFF"
coin-counter-font="numeric"
star-counter=true
star-counter-x=190
star-counter-y=68
star-counter-color="#FFFFFF"
star-counter-font="numeric"
;Where show player's portrait (at bottom-center point!)
portrait=true
portrait-x=92
portrait-y=124
portrait-frame-delay=75
portrait-animation="Run"
portrait-direction=-1
additional-images=6
[world-image-1]
image="coins.png"
animated=0
pos-x=144
pos-y=88
[world-image-2]
image="ex.png"
animated=0
pos-x=168
pos-y=90
[world-image-3]
image="1up.png"
animated=0
pos-x=128
pos-y=110
[world-image-4]
image="ex.png"
animated=0
pos-x=168
pos-y=112
[world-image-5]
image="stars.png"
animated=0
pos-x=144
pos-y=66
[world-image-6]
image="ex.png"
animated=0
pos-x=168
pos-y=68