X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_model.h;h=f2b375aa19988ba7391f5042cb67880ae8aa1ddf;hb=c33e4f46d864b2fde0c5938bf5a9388b1e8b5c04;hp=97b476897c3500a1bfde5e17e1f7340717887b4f;hpb=d13f2700b1773551307685cc7c34c804ccd6d664;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_model.h b/player_model.h index 97b4768..f2b375a 100644 --- a/player_model.h +++ b/player_model.h @@ -1,5 +1,5 @@ /* - * Copyright 2021-2022 (C) Mount0 Software, Harry Godden - All Rights Reserved + * Copyright (C) 2021-2022 Mt.ZERO Software, Harry Godden - All Rights Reserved */ #ifndef CHARACTER_H @@ -68,7 +68,8 @@ static void player_load_model( const char *name ) { "grabs", &temp.anim_grabs }, { "walk", &temp.anim_walk }, { "run", &temp.anim_run }, - { "idle_cycle", &temp.anim_idle } + { "idle_cycle", &temp.anim_idle }, + { "jump", &temp.anim_jump } }; for( int i=0; i