resized textures, first draft of moving. TODO: Use cubecoordinates EVERYWHERE. Find out a way to check if moving would break a hive
This commit is contained in:
parent
aa4343309c
commit
b9df0b4361
68 changed files with 1509 additions and 17 deletions
7
addons/script-ide/plugin.cfg
Normal file
7
addons/script-ide/plugin.cfg
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[plugin]
|
||||
|
||||
name="Script-IDE"
|
||||
description="Transforms the Script UI into an IDE like UI. Tabs are used for navigating between scripts. The default Outline got an overhaul and now shows all members of the script (not just methods) with unique icons for faster navigation."
|
||||
author="Marius Hanl"
|
||||
version="1.2.7"
|
||||
script="plugin.gd"
|
||||
Loading…
Add table
Add a link
Reference in a new issue