Basic game template addon
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://6dpw3bj32ov"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://terojwgplakq" path="res://addons/maaacks_game_template/installer/copy_and_edit_files.gd" id="1_oyky1"]
|
||||
[ext_resource type="PackedScene" uid="uid://doa4t485iflon" path="res://addons/maaacks_game_template/installer/destination_dialog.tscn" id="2_g35hh"]
|
||||
|
||||
[node name="CopyAndEditFiles" type="Node"]
|
||||
script = ExtResource("1_oyky1")
|
||||
relative_path = "res://addons/maaacks_game_template/examples/"
|
||||
replace_strings_map = {
|
||||
"StateExample": "State"
|
||||
}
|
||||
|
||||
[node name="DestinationDialog" parent="." instance=ExtResource("2_g35hh")]
|
||||
|
||||
[connection signal="canceled" from="DestinationDialog" to="." method="_on_destination_dialog_canceled"]
|
||||
[connection signal="dir_selected" from="DestinationDialog" to="." method="_on_destination_dialog_dir_selected"]
|
||||
Reference in New Issue
Block a user