Method for shifting world nodes texture
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ impl Game {
|
||||
Self {
|
||||
state: GameState::Paused,
|
||||
player: Player::new(),
|
||||
world: World::new("default".to_string()),
|
||||
world: World::init("hello".to_string()),
|
||||
prev_pos: None
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user