Skip to content

Conversation

@paulbrzeski
Copy link
Member

Main PR #59 is too large, making new PR to observe finalisation of #31

l.mode = 'single_player';

l.scenograph.actors.map.get('Player One').setMode('vehicle');
l.scenograph.actors.player = l.scenograph.actors.get('Player One');
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be set in menu logic

// Set the ship as ready.
l.current_scene.objects.demoShip.ready = true;
l.current_scene.objects.demoShip.camera_distance = l.current_scene.objects.demoShip.default_camera_distance + ( l.current_scene.room_depth / 2 );
l.current_scene.objects.demoShip.mesh.userData.object.position.x = l.current_scene.objects.demoShip.mesh.position.x;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to do something about the demo ship, it probably needs to be split off with its own NPC AI so that it can fly around in "demo" mode while the player is in menu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant