mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-05 09:31:16 +00:00
Godot test scene addon
This commit is contained in:
parent
d4b9a928db
commit
594406243d
6 changed files with 174 additions and 0 deletions
7
addons/godot_test_scene/plugin.cfg
Normal file
7
addons/godot_test_scene/plugin.cfg
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[plugin]
|
||||
|
||||
name="Test scene"
|
||||
description="A simple Godot addon that adds a extra run mode to the editor. This extra mode allows you to run a test scene linked to the current scene your are editing."
|
||||
author="Douwe Ravers"
|
||||
version="1.0"
|
||||
script="plugin.gd"
|
||||
Loading…
Add table
Add a link
Reference in a new issue