generated from krampus/template-godot4
All checks were successful
linting & formatting / build (push) Successful in 21s
itch.io publish action / build (linux64, x86_64) (push) Successful in 2m6s
itch.io publish action / build (osx, app) (push) Successful in 2m10s
itch.io publish action / build (win64, exe) (push) Successful in 2m31s
9 lines
363 B
Plaintext
9 lines
363 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://qpq2cm1hgeha"]
|
|
|
|
[ext_resource type="Script" uid="uid://dxl25lkyped4" path="res://src/game/game.gd" id="1_qnjlk"]
|
|
[ext_resource type="PackedScene" uid="uid://884jqafhtrv0" path="res://src/world/world.tscn" id="2_s6lek"]
|
|
|
|
[node name="Game" type="Node"]
|
|
script = ExtResource("1_qnjlk")
|
|
world_scene = ExtResource("2_s6lek")
|