Working on morph targets

This commit is contained in:
2025-10-07 23:14:15 +03:00
parent 19a1275a8a
commit 3645557520
14 changed files with 731 additions and 85 deletions

View File

@@ -228,7 +228,7 @@ function StartGameQuest()
quest.activate = function(this)
print('activate...')
local mc_is_free = function()
this.boat_id = ecs_vehicle_set("raft", 0, 0, -10, 1.75)
this.boat_id = ecs_vehicle_set("boat", 0, 0, -10, 1.75)
this.npc_id = ecs_npc_set("normal-female.glb", 0, 2, -10, 1.75)
this.boat = true
-- ecs_set_slot(this.boat_id, this.npc_id, "captain_seat")