broken_seals/game/player
2020-09-15 10:54:50 +02:00
..
camera
Body.gd Implement and use the voxelman blocky style dungeon. Work on proper player pacement into it (will be fixed later). Also update voxelman to get the ensure_channel_allocated method. 2020-09-05 22:38:24 +02:00
bs_entity_spawner.gd Update ESS to get the Entity level simplifications. 2020-07-10 15:25:32 +02:00
bs_entity_spawner.tres
CameraPivot.gd
CharacterSkeletonAttachPoint.gd Add tool keyword to AttachPoint. 2020-06-16 18:52:30 +02:00
CharacterSkeletonGD.gd Fix items overriding textures for characters. 2020-09-15 10:54:50 +02:00
CharacterSkeletonMeshJob.gd Fix skeleton mesh generation in single threaded mode. Also update ThreadPool to get the it's single thread mode fixes. 2020-05-30 23:23:38 +02:00
DisplayPlayer.gd
DisplayPlayer.tscn CharacterSkeleton now uses the ThreadPool module to generate meshes. Also updated MeshTools to get the 2 functions I added to the singleton. 2020-05-30 19:25:32 +02:00
EntityModel.gd
GUI.gd
Mob.gd Implemented the vendor window (buying items are not yet implemented). Also added and spawned a test vendor. Updated ESS to get the required enum value. 2020-09-13 17:08:52 +02:00
MobTest.gd Update ESS tot he latest to get the getter/setter renames. Also fix an unrelated error. 2020-06-05 19:45:42 +02:00
NamePlate.gd Update ESS to get the body_changed signal. NamePlates now automatically hide themselves when an entity's body gets hidden. 2020-07-29 15:35:48 +02:00
NetworkedPlayer.gd
Player.gd The LootWindow now closes when the player moves. 2020-08-12 15:54:40 +02:00
PlayerGDBase.gd Update ESS to the latest, to get all the Entity method renames. 2020-04-28 19:09:06 +02:00
Unitframes.gd