Skip to content

Commit 48cd16e

Browse files
committed
Updates for engine v0.9.0
1 parent 37c9173 commit 48cd16e

26 files changed

+1205
-335
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#Sun Aug 23 21:21:00 CEST 2015
2-
debug=false
1+
#Mon Nov 09 13:54:12 CET 2015
32
inventory_pos=down
3+
debug=false
44
pie_mode.desktop=false
55
title=Blade Engine Adventure
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#00.chapter
2-
#Sun Aug 23 20:58:14 CEST 2015
2+
#Mon Nov 09 13:54:12 CET 2015
Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
{
2+
width: 1920,
3+
height: 1080,
4+
initChapter: "00",
5+
verbs: {
6+
dialog: {
7+
id: "dialog",
8+
target: null,
9+
state: null,
10+
actions: [
11+
{
12+
class: "com.bladecoder.engine.actions.SetCutmodeAction",
13+
value: true
14+
},
15+
{
16+
class: "com.bladecoder.engine.actions.SayDialogAction",
17+
wait: true
18+
},
19+
{
20+
class: "com.bladecoder.engine.actions.SetCutmodeAction",
21+
value: false
22+
}
23+
]
24+
},
25+
pull: {
26+
id: "pull",
27+
target: null,
28+
state: null,
29+
actions: [
30+
{
31+
class: "com.bladecoder.engine.actions.LookAtAction",
32+
text: "@default.close3.0.text",
33+
wait: true
34+
}
35+
]
36+
},
37+
give: {
38+
id: "give",
39+
target: null,
40+
state: null,
41+
actions: [
42+
{
43+
class: "com.bladecoder.engine.actions.LookAtAction",
44+
text: "@default.lookat2.0.text",
45+
wait: true
46+
}
47+
]
48+
},
49+
use: {
50+
id: "use",
51+
target: null,
52+
state: null,
53+
actions: [
54+
{
55+
class: "com.bladecoder.engine.actions.SayAction",
56+
text: "@default.use.0.text",
57+
type: "RECTANGLE",
58+
queue: false,
59+
wait: false
60+
}
61+
]
62+
},
63+
lookat: {
64+
id: "lookat",
65+
target: null,
66+
state: null,
67+
actions: [
68+
{
69+
class: "com.bladecoder.engine.actions.LookAtAction",
70+
text: "@default.lookat.0.text",
71+
wait: true
72+
}
73+
]
74+
},
75+
pickup: {
76+
id: "pickup",
77+
target: null,
78+
state: null,
79+
actions: [
80+
{
81+
class: "com.bladecoder.engine.actions.LookAtAction",
82+
text: "@default.pickup.0.text",
83+
wait: true
84+
}
85+
]
86+
},
87+
talkto: {
88+
id: "talkto",
89+
target: null,
90+
state: null,
91+
actions: [
92+
{
93+
class: "com.bladecoder.engine.actions.LookAtAction",
94+
text: "@default.close4.0.text",
95+
wait: true
96+
}
97+
]
98+
},
99+
close: {
100+
id: "close",
101+
target: null,
102+
state: null,
103+
actions: [
104+
{
105+
class: "com.bladecoder.engine.actions.LookAtAction",
106+
text: "@default.lookat4.0.text",
107+
wait: true
108+
}
109+
]
110+
},
111+
push: {
112+
id: "push",
113+
target: null,
114+
state: null,
115+
actions: [
116+
{
117+
class: "com.bladecoder.engine.actions.LookAtAction",
118+
text: "@default.close2.0.text",
119+
wait: true
120+
}
121+
]
122+
},
123+
open: {
124+
id: "open",
125+
target: null,
126+
state: null,
127+
actions: [
128+
{
129+
class: "com.bladecoder.engine.actions.LookAtAction",
130+
text: "@default.lookat3.0.text",
131+
wait: true
132+
}
133+
]
134+
}
135+
}
136+
}
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
#world.xml
2-
#Thu Jun 04 14:33:13 CEST 2015
1+
#world.json
2+
#Mon Nov 09 13:54:12 CET 2015
33
default.lookat.0.text=Nothing interesting here
44
default.pickup.0.text=I can not take that
55
default.use.0.text=I don't know what to do with that
6-
6+
ui.back=Back
77
ui.continue=Continue
8-
ui.new=New Game
9-
ui.help=Help
108
ui.credits=Credits
11-
ui.quit=Quit
9+
ui.help=Help
1210
ui.load=Load Game
13-
ui.save=Save Game
14-
ui.back=Atrás
11+
ui.new=New Game
1512
ui.newSlot=New Slot
1613
ui.noSavedGames=No Saved Games Found
14+
ui.quit=Quit
15+
ui.save=Save Game

adventure-test-3d/android/assets/model/world.xml

Lines changed: 0 additions & 22 deletions
This file was deleted.

adventure-test-3d/android/assets/model/world_es.properties

Lines changed: 0 additions & 15 deletions
This file was deleted.

adventure-test-3d/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ allprojects {
2626

2727
repositories {
2828
mavenLocal()
29+
mavenLocal()
2930
mavenCentral()
3031
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
3132
maven { url "https://oss.sonatype.org/content/repositories/releases/" }
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#Sun Aug 23 15:25:41 CEST 2015
2-
inventory_pos=down
1+
#Mon Nov 09 12:12:33 CET 2015
32
debug=false
3+
inventory_pos=down
44
pie_mode.desktop=false
55
title=Blade Engine Adventure

adventure-test-project/android/assets/model/00.chapter

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)