Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Finn-HPI committed Oct 13, 2023
1 parent f4c7cdf commit a6a5954
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[gd_scene load_steps=2 format=3 uid="uid://bq063f0h0b6pd"]

[ext_resource type="Script" path="res://addons/pronto/behaviors/ExportBehavior.gd" id="1"]

[node name="Node2D" type="Node2D"]

[node name="ExportBehavior" type="Node2D" parent="."]
position = Vector2(576, 324)
script = ExtResource("1")
authors = PackedStringArray("<Author>")
7 changes: 7 additions & 0 deletions prototypes/automated_prototype_creation_test/game_info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"authors": [
"<Author>"
],
"time": "2023-10-13",
"title": "<Title>"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a6a5954

Please sign in to comment.