character creation starting inventories
This commit is contained in:
parent
c4a1883295
commit
c7fcd301e2
7 changed files with 50 additions and 56 deletions
|
|
@ -139,17 +139,6 @@ impl ParticleBuilder {
|
|||
);
|
||||
}
|
||||
|
||||
pub fn trap_triggered(&mut self, x: i32, y: i32) {
|
||||
self.request(
|
||||
x,
|
||||
y,
|
||||
rltk::RGB::named(rltk::RED),
|
||||
rltk::RGB::named(rltk::RED),
|
||||
rltk::to_cp437('‼'),
|
||||
DEFAULT_PARTICLE_LIFETIME,
|
||||
);
|
||||
}
|
||||
|
||||
pub fn kick(&mut self, x: i32, y: i32) {
|
||||
self.request(
|
||||
x,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue