aboutsummaryrefslogtreecommitdiff
path: root/gamemode/shared/animations
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2017-11-04 22:42:24 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2017-11-04 22:42:24 -0400
commit5d77d8475af7aff27eb026a4b56065387c024165 (patch)
treeccdd061e5654288ab53134be52e8b1ef194d5ebc /gamemode/shared/animations
parent40080dcfde028c64c4f6f51792b928ee91677bc6 (diff)
downloadartery-5d77d8475af7aff27eb026a4b56065387c024165.tar.gz
artery-5d77d8475af7aff27eb026a4b56065387c024165.tar.bz2
artery-5d77d8475af7aff27eb026a4b56065387c024165.zip
Massive changes
* New error messages for missing dependencies * Removed useless art_serverchanger entity * Added a sweet ascii logo * Added Skills * Minor fixes to cl_inventory tracker * Changed a few prints to use logging module
Diffstat (limited to 'gamemode/shared/animations')
-rw-r--r--gamemode/shared/animations/move_evade.lua2
-rw-r--r--gamemode/shared/animations/swing_axe.lua2
-rw-r--r--gamemode/shared/animations/swing_fists.lua2
-rw-r--r--gamemode/shared/animations/swing_hammer.lua2
-rw-r--r--gamemode/shared/animations/swing_knife.lua2
-rw-r--r--gamemode/shared/animations/swing_mele.lua2
6 files changed, 12 insertions, 0 deletions
diff --git a/gamemode/shared/animations/move_evade.lua b/gamemode/shared/animations/move_evade.lua
index a5595aa..c4afa59 100644
--- a/gamemode/shared/animations/move_evade.lua
+++ b/gamemode/shared/animations/move_evade.lua
@@ -1,3 +1,5 @@
+nrequire("sh_animations.lua")
+
RegisterLuaAnimation('evade_left', {
FrameData = {
{
diff --git a/gamemode/shared/animations/swing_axe.lua b/gamemode/shared/animations/swing_axe.lua
index 60133b5..9e8ddb4 100644
--- a/gamemode/shared/animations/swing_axe.lua
+++ b/gamemode/shared/animations/swing_axe.lua
@@ -1,3 +1,5 @@
+nrequire("sh_animations.lua")
+
RegisterLuaAnimation('axe_swing_up', {
FrameData = {
{
diff --git a/gamemode/shared/animations/swing_fists.lua b/gamemode/shared/animations/swing_fists.lua
index b0c77b5..8c0f106 100644
--- a/gamemode/shared/animations/swing_fists.lua
+++ b/gamemode/shared/animations/swing_fists.lua
@@ -1,3 +1,5 @@
+nrequire("sh_animations.lua")
+
RegisterLuaAnimation('fist_swing_up', {
FrameData = {
{
diff --git a/gamemode/shared/animations/swing_hammer.lua b/gamemode/shared/animations/swing_hammer.lua
index efb8e34..2152709 100644
--- a/gamemode/shared/animations/swing_hammer.lua
+++ b/gamemode/shared/animations/swing_hammer.lua
@@ -1,3 +1,5 @@
+nrequire("sh_animations.lua")
+
RegisterLuaAnimation('hammer_swing_up', {
FrameData = {
{
diff --git a/gamemode/shared/animations/swing_knife.lua b/gamemode/shared/animations/swing_knife.lua
index f0bdec1..cf78bb5 100644
--- a/gamemode/shared/animations/swing_knife.lua
+++ b/gamemode/shared/animations/swing_knife.lua
@@ -1,3 +1,5 @@
+nrequire("sh_animations.lua")
+
RegisterLuaAnimation('knife_swing_up', {
FrameData = {
{
diff --git a/gamemode/shared/animations/swing_mele.lua b/gamemode/shared/animations/swing_mele.lua
index a0cd065..4a38876 100644
--- a/gamemode/shared/animations/swing_mele.lua
+++ b/gamemode/shared/animations/swing_mele.lua
@@ -1,3 +1,5 @@
+nrequire("sh_animations.lua")
+
RegisterLuaAnimation('swing_onehand_left', {
FrameData = {
{