forked from gdquest-demos/godot-tours-101-the-godot-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
godot_tours.tres
22 lines (18 loc) · 830 Bytes
/
godot_tours.tres
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[gd_resource type="Resource" load_steps=5 format=3 uid="uid://c2s3yi41l51dc"]
[ext_resource type="Script" path="res://addons/godot_tours/godot_tour_list.gd" id="1_jcgwy"]
[ext_resource type="Script" path="res://addons/godot_tours/godot_tour_entry.gd" id="2_wh1da"]
[sub_resource type="Resource" id="Resource_vrl3d"]
script = ExtResource("2_wh1da")
title = "101: The Godot Editor"
is_free = true
is_locked = false
tour_path = "res://tours/godot-first-tour/godot_first_tour.gd"
[sub_resource type="Resource" id="Resource_7h6kp"]
script = ExtResource("2_wh1da")
title = "102: Assemble Your First Game"
is_free = false
is_locked = true
tour_path = "res://tours/learn-gamedev-from-zero/assemble_path_of_sorcerers.gd"
[resource]
script = ExtResource("1_jcgwy")
tours = [SubResource("Resource_vrl3d"), SubResource("Resource_7h6kp")]