Supplanted biped with character

This commit is contained in:
2019-11-05 11:23:14 -06:00
parent 2ae97aa993
commit 18595bdf7f
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ class IMICFPS
@map = Map.new(map_loader: @options[:map_loader])
@map.setup
@player = @map.find_entity_by(name: "biped")
@player = @map.find_entity_by(name: "character")
@camera = Camera.new(position: @player.position.clone)
@camera.attach_to(@player)

View File

@@ -21,7 +21,7 @@ class IMICFPS
add_asset(:model, entity.package, entity.name)
end
add_asset(:model, "base", "biped")
add_asset(:model, "base", "character")
@act = false
@cycled = false