Update source layout

master
Fabien Freling 2018-08-08 14:23:35 +02:00
parent a3b7a3a0f9
commit 3706fa6774
10 changed files with 14 additions and 12 deletions

View File

@ -1,9 +1,12 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://mlib.meshlib" type="MeshLibrary" id=1]
[ext_resource path="res://Player.tscn" type="PackedScene" id=2]
[ext_resource path="res://Goal.tscn" type="PackedScene" id=3]
[ext_resource path="res://Level_01_env.tres" type="Environment" id=4]
[ext_resource path="res://models/mlib.meshlib" type="MeshLibrary" id=1]
[ext_resource path="res://scenes/Player.tscn" type="PackedScene" id=2]
[ext_resource path="res://scenes/Goal.tscn" type="PackedScene" id=3]
[ext_resource path="res://levels/Level_01_env.tres" type="Environment" id=4]
[node name="Level_01" type="Node" index="0"]

View File

@ -11,7 +11,7 @@ config_version=3
[application]
config/name="Dora"
run/main_scene="res://Level_01.tscn"
run/main_scene="res://levels/Level_01.tscn"
config/icon="res://icon.png"
[importer_defaults]
@ -1067,7 +1067,3 @@ scene={
"nodes/root_type": "Spatial",
"nodes/storage": 0
}
[rendering]
environment/default_environment="res://Level_01_env.tres"

View File

@ -1,7 +1,8 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://models/flag.glb" type="PackedScene" id=1]
[ext_resource path="res://Goal.gd" type="Script" id=2]
[ext_resource path="res://scenes/Goal.gd" type="Script" id=2]
[sub_resource type="BoxShape" id=1]

View File

@ -1,7 +1,9 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Player.gd" type="Script" id=1]
[ext_resource path="res://Hedgehog.tscn" type="PackedScene" id=2]
[ext_resource path="res://scenes/Player.gd" type="Script" id=1]
[ext_resource path="res://scenes/Hedgehog.tscn" type="PackedScene" id=2]
[sub_resource type="BoxShape" id=1]