Godot Tours 项目教程

Godot Tours 项目教程

godot-toursA framework for interactive step-by-step tutorials in the Godot editor项目地址:https://gitcode.com/gh_mirrors/go/godot-tours

1、项目的目录结构及介绍

Godot Tours 项目的目录结构如下:

godot-tours/
├── addons/
│   └── godot_tours/
│       ├── common/
│       ├── documentation/
│       ├── tours/
│       ├── gitattributes
│       ├── gitignore
│       ├── LICENSE
│       ├── README.md
│       ├── godot-tour-screenshot.webp
│       ├── godot_tours.tres
│       ├── icon.png
│       ├── plug.gd
│       ├── project.godot
│       ├── test_tileset.tres
│       ├── test_tour_2d.gd
│       ├── test_tour_2d.tscn
│       ├── test_tour_bubble.tscn
│       └── test_video.ogv
├── gitattributes
├── gitignore
├── LICENSE
├── README.md
├── godot-tour-screenshot.webp
├── godot_tours.tres
├── icon.png
├── plug.gd
├── project.godot
├── test_tileset.tres
├── test_tour_2d.gd
├── test_tour_2d.tscn
├── test_tour_bubble.tscn
└── test_video.ogv

目录结构介绍

  • addons/: 包含所有插件文件的目录。
    • godot_tours/: Godot Tours 插件的核心目录。
      • common/: 包含通用功能的文件。
      • documentation/: 包含文档文件。
      • tours/: 包含示例教程文件。
      • gitattributes, gitignore, LICENSE, README.md: 项目的基本配置文件。
      • godot-tour-screenshot.webp, icon.png: 项目图标和截图。
      • plug.gd, project.godot: 插件的启动文件和项目配置文件。
      • test_tileset.tres, test_tour_2d.gd, test_tour_2d.tscn, test_tour_bubble.tscn, test_video.ogv: 测试文件。

2、项目的启动文件介绍

项目的启动文件是 plug.gd,它是一个 GDScript 文件,负责初始化和加载 Godot Tours 插件。

plug.gd 文件介绍

# plug.gd
# 初始化 Godot Tours 插件

3、项目的配置文件介绍

项目的配置文件是 project.godot,它是一个 Godot 项目配置文件,包含了项目的各种设置。

project.godot 文件介绍

; project.godot
; Godot 项目配置文件
[application]
config/name="Godot Tours"
config/icon="res://icon.png"

[autoload]
"res://addons/godot_tours/plug.gd"="GodotTours"

[editor_plugins]
enabled=["res://addons/godot_tours/plug.gd"]

以上是 Godot Tours 项目的目录结构、启动文件和配置文件的介绍。希望这些信息能帮助你更好地理解和使用该项目。

godot-toursA framework for interactive step-by-step tutorials in the Godot editor项目地址:https://gitcode.com/gh_mirrors/go/godot-tours

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

马安柯Lorelei

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值