File tree Expand file tree Collapse file tree 5 files changed +23
-3
lines changed
Expand file tree Collapse file tree 5 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 3333 with :
3434 # Defining all the required inputs
3535 godot_executable_download_url : https://github.com/ProjectLam/godot-build-scripts/releases/download/0.0-7c6df74978-20230412/godot-linux-0.0.tar.gz
36- godot_export_templates_download_url : https://downloads.tuxfamily.org/godotengine/4.0.1/Godot_v4.0.1-stable_export_templates.tpz
36+ godot_export_templates_linux_download_url : https://github.com/ProjectLam/godot-build-scripts/releases/download/0.0-7c6df74978-20230412/godot-linux-0.0.tar.gz
37+ godot_export_templates_windows_download_url : https://github.com/ProjectLam/godot-build-scripts/releases/download/0.0-7c6df74978-20230412/godot-windows-0.0.tar.gz
38+ godot_export_templates_web_download_url : https://github.com/ProjectLam/godot-build-scripts/releases/download/0.0-7c6df74978-20230412/godot-web-0.0.tar.gz
39+ # godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0.1/Godot_v4.0.1-stable_export_templates.tpz
3740 wine_path : ${{ steps.wine_install.outputs.WINE_PATH }} # set the wine path here which is the output of the wine_install step
3841 relative_project_path : ./
3942 archive_output : true
Original file line number Diff line number Diff line change 1+ extends Control
2+
3+
4+ # Called when the node enters the scene tree for the first time.
5+ func _ready ():
6+ pass # Replace with function body.
7+
8+
9+ # Called every frame. 'delta' is the elapsed time since the previous frame.
10+ func _process (delta ):
11+ pass
Original file line number Diff line number Diff line change 1- [gd_scene load_steps =6 format =3 uid ="uid://dkek2e586ke71" ]
1+ [gd_scene load_steps =7 format =3 uid ="uid://dkek2e586ke71" ]
22
33[ext_resource type ="Texture2D" uid ="uid://4hvg6xxhc2bl" path ="res://icon.svg" id ="1_6spvo" ]
44[ext_resource type ="PackedScene" uid ="uid://hqo4i4dcmota" path ="res://test.tscn" id ="1_gqq6a" ]
5+ [ext_resource type ="Script" path ="res://control.gd" id ="1_k1g1u" ]
56
67[sub_resource type ="Animation" id ="Animation_e6qlt" ]
78length = 0.001
@@ -47,6 +48,7 @@ anchor_right = 1.0
4748anchor_bottom = 1.0
4849grow_horizontal = 2
4950grow_vertical = 2
51+ script = ExtResource ("1_k1g1u" )
5052
5153[node name ="test" parent ="." instance =ExtResource ("1_gqq6a" )]
5254layout_mode = 1
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Remove-Item -Recurse -Force '{temp_dir}'"
107107
108108[preset.2]
109109
110- name =" Web "
110+ name =" test_project_web_x86_64 "
111111platform =" Web"
112112runnable =true
113113dedicated_server =false
Original file line number Diff line number Diff line change @@ -14,3 +14,7 @@ config/name="test_godot_release_maker"
1414run/main_scene ="res://control.tscn"
1515config/features =PackedStringArray ("4.0" , "Forward Plus" )
1616config/icon ="res://icon.svg"
17+
18+ [editor ]
19+
20+ export/convert_text_resources_to_binary =false
You can’t perform that action at this time.
0 commit comments