Large update with mostly rewritten character subsystem

This commit is contained in:
Segey Lapin
2019-10-17 08:48:21 +03:00
parent 6e18c898b4
commit 0945ef76ee
224 changed files with 77854 additions and 13113 deletions

View File

@@ -151,7 +151,8 @@ func _process(delta):
if abs($car1/trunk_rotate.rotation.x - PI/6.0) < 0.1:
_state = STATE_FINISH
STATE_FINISH:
var sc = load("res://ui/act1_start.tscn")
var sc = load("res://characters/customization/customize_player.tscn")
world.next_scene = "res://ui/act1_start.tscn"
get_tree().change_scene_to(sc)
var grass = [
load("res://elements/forest/grass_1.mesh"),