mirror of
https://github.com/generalwrex/precision-tool.git
synced 2025-03-04 03:13:02 -05:00
switched to 0.98 on master
This commit is contained in:
parent
cc42b41e1b
commit
309a72b8cc
4
README.md
Normal file
4
README.md
Normal file
@ -0,0 +1,4 @@
|
||||
precision-tool
|
||||
==============
|
||||
|
||||
garrysmod addon to allow exact movement of objects for accurate building. Push/pull, rotate, and snap props together at specific distances.
|
17
addon.json
Normal file
17
addon.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"title" : "Precision Tool",
|
||||
"type" : "tool",
|
||||
"tags" : [ "build", "fun" ],
|
||||
"description": "garrysmod addon to allow exact movement of objects for accurate building. Push/pull, rotate, and snap props together at specific distances.",
|
||||
"ignore" :
|
||||
[
|
||||
"*.psd",
|
||||
"*.vcproj",
|
||||
"*.svn*",
|
||||
"*.txt",
|
||||
".git*",
|
||||
"README.md",
|
||||
"precision-tool.gma",
|
||||
"precision.jpg"
|
||||
]
|
||||
}
|
6
changelog.txt
Normal file
6
changelog.txt
Normal file
@ -0,0 +1,6 @@
|
||||
Precision 0.98:
|
||||
Fixed: Crash bug with 0 rotation snap.
|
||||
Added: Transparency when selecting, to make entire contraption option more useful.
|
||||
Updated: Repair mode now temporarily disables collisions on a contraption. Use at own risk, but might work if something is flailing.
|
||||
Moved: Constraint removal to it's own mode.
|
||||
Changed: Various message changes.
|
3
description.txt
Normal file
3
description.txt
Normal file
@ -0,0 +1,3 @@
|
||||
Formerly 'Easy Precision', this tool allows exact movement of objects for accurate building. Push/pull, rotate, and snap props together at specific distances. New features in 0.96:
|
||||
Simplified menu by default - Change user level under general options to see more settings.
|
||||
Added experimental repair mode to re-weld contraptions.
|
1628
lua/weapons/gmod_tool/stools/precision.lua
Normal file
1628
lua/weapons/gmod_tool/stools/precision.lua
Normal file
File diff suppressed because it is too large
Load Diff
BIN
precision.jpg
Normal file
BIN
precision.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
Loading…
Reference in New Issue
Block a user