ink scene working
parent
28c180d141
commit
710d7e8974
@ -0,0 +1,10 @@
|
||||
using Godot;
|
||||
using System;
|
||||
using GodotInk;
|
||||
|
||||
|
||||
public partial class quickStartGuide : Godot.VBoxContainer
|
||||
{
|
||||
[Export]
|
||||
private InkStory story;
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
uid://he25bgumbumx
|
||||
@ -0,0 +1,15 @@
|
||||
[gd_scene format=3 uid="uid://dcnqfwqs74v6f"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://he25bgumbumx" path="res://quickStartGuide.cs" id="1_k86so"]
|
||||
[ext_resource type="Script" uid="uid://mj1x4xcobhpa" path="res://addons/GodotInk/Src/InkStory.cs" id="2_8d0dk"]
|
||||
|
||||
[sub_resource type="Resource" id="Resource_3qd5q"]
|
||||
script = ExtResource("2_8d0dk")
|
||||
metadata/_custom_type_script = "uid://mj1x4xcobhpa"
|
||||
|
||||
[node name="quickStartGuide" type="VBoxContainer" unique_id=281304102]
|
||||
offset_right = 1152.0
|
||||
offset_bottom = 648.0
|
||||
script = ExtResource("1_k86so")
|
||||
story = SubResource("Resource_3qd5q")
|
||||
metadata/_edit_use_anchors_ = true
|
||||
Loading…
Reference in New Issue