mirror of
https://github.com/daveth/makespherical.git
synced 2025-03-04 03:12:59 -05:00
Renamed info.txt -> addon.txt
stupid garry
This commit is contained in:
parent
37e9093434
commit
5d7bf586cf
@ -43,14 +43,8 @@ if CLIENT then
|
||||
|
||||
language.Add( "tool.makespherical.name", "Spherical Collisions" )
|
||||
language.Add( "tool.makespherical.desc", "Gives entities a spherical collisions with a defined radius" )
|
||||
language.Add( "tool.makespherical.0", "Left click to make an Ent have spherical collisions based on its size. Right click to set collisions with a custom radius" )
|
||||
language.Add( "tool.makespherical.1", "Left click to make an Ent have spherical collisions based on its size. Right click to set collisions with a custom radius" )
|
||||
|
||||
--gm12
|
||||
language.Add( "tool_makespherical_name", "Spherical Collisions" )
|
||||
language.Add( "tool_makespherical_desc", "Gives entities a spherical collisions with a defined radius" )
|
||||
language.Add( "tool_makespherical_0", "Left click to make an Ent have spherical collisions based on its size. Right click to set collisions with a custom radius" )
|
||||
language.Add( "tool_makespherical_1", "Left click to make an Ent have spherical collisions based on its size. Right click to set collisions with a custom radius" )
|
||||
language.Add( "tool.makespherical.0", "Left click to make an entity have spherical collisions based on its size. Right click to set collisions with a custom radius" )
|
||||
language.Add( "tool.makespherical.1", "Left click to make an entity have spherical collisions based on its size. Right click to set collisions with a custom radius" )
|
||||
|
||||
function TOOL.BuildCPanel( panel )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user