Files
GGJ26/addons/maaacks_game_template/installer/copy_and_edit_files.tscn
minimata 44f251ed66
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 6s
Create tag and build when new code gets to main / Export (push) Successful in 1m1s
Basic game template addon
2026-01-30 19:45:56 +01:00

17 lines
831 B
Plaintext

[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"]