mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 20:05:54 +00:00
Generic marker pickups
This commit is contained in:
parent
6cbf2014b4
commit
692c33c939
15 changed files with 176 additions and 36 deletions
15
Scripts/Editor/CreateWeapon.cs
Normal file
15
Scripts/Editor/CreateWeapon.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#if TOOLS
|
||||
using Godot;
|
||||
|
||||
namespace Cirno.Scripts.Editor;
|
||||
|
||||
[Tool]
|
||||
public partial class CreateWeapon : EditorScript
|
||||
{
|
||||
// Called when the script is executed (using File -> Run in Script Editor).
|
||||
public override void _Run()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
#endif
|
||||
1
Scripts/Editor/CreateWeapon.cs.uid
Normal file
1
Scripts/Editor/CreateWeapon.cs.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://8y0ql44v5ckt
|
||||
Loading…
Add table
Add a link
Reference in a new issue