Godot test scene addon

This commit is contained in:
Marco 2025-04-17 15:47:32 +02:00
commit 594406243d
6 changed files with 174 additions and 0 deletions

View 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"