Skip to content

Commit

Permalink
Update 4.81
Browse files Browse the repository at this point in the history
  • Loading branch information
QuestionableM committed Jul 11, 2022
1 parent 2975f5a commit aae14d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Scripts/Cannons_Pack_libs/Databases/ProjectileSettings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ local ProjSettings = {
}),
[ProjEnum.SmallRocketPod] = TranslateSettings({
localPosition = true, localVelocity = false,
position = _newVec(0, 0, 0.6), friction = 0.0,
position = _newVec(0, 0, 0.49), friction = 0.0,
gravity = 3, shellEffect = "SmallRocketPod - RocketProj",
lifetime = 15, explosionEffect = ExplEffectEnum.ExplSmall,
explosionLevel = 10, explosionRadius = 0.3,
Expand Down
2 changes: 1 addition & 1 deletion Scripts/Cannons_Pack_libs/ScriptLoader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if CP_SCRIPTLOADER_SCRIPTS_LOADED then return end
CP_SCRIPTLOADER_SCRIPTS_LOADED = true

print("[CannonsPack] Version: 4.8")
print("[CannonsPack] Version: 4.81")
print("[CannonsPack] Loading libraries...")

dofile("FunctionReferences.lua")
Expand Down
5 changes: 2 additions & 3 deletions Scripts/_info.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
What are u doing here? you little thief

Cannons Pack version 4.8 changelog:
1. New Weapon - Large Rocket Pod
2. New Weapon - Small Rocket Pod
Cannons Pack version 4.81 changelog:
1. Fixed the shooting position for Small Rocket Pod

Made by:
Questionable Mark - creator of all the textures, UV maps and also some scripts and cannon models.
Expand Down

0 comments on commit aae14d8

Please sign in to comment.