Re-organize folders and new project icon

This commit is contained in:
yannk 2022-01-20 17:59:04 +01:00
parent 40a15a115b
commit 815ceb6ff0
11 changed files with 48 additions and 13 deletions

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -2,7 +2,7 @@
importer="texture"
type="StreamTexture2D"
uid="uid://btr67lyv8waha"
uid="uid://bnlc0wuajd5be"
path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.stex"
metadata={
"vram_texture": false

View file

@ -1,7 +1,7 @@
[gd_scene load_steps=3 format=3 uid="uid://cem7wppuuoabv"]
[ext_resource type="PackedScene" uid="uid://dhqay3umgle6c" path="res://basic_setup.tscn" id="1_s50i7"]
[ext_resource type="PackedScene" uid="uid://cs8rlcwr3gu" path="res://player.tscn" id="2_bge2k"]
[ext_resource type="PackedScene" uid="uid://dhqay3umgle6c" path="res://maps/basic_setup.tscn" id="1_s50i7"]
[ext_resource type="PackedScene" path="res://player/player.tscn" id="2_bge2k"]
[node name="main_scene" type="Node3D"]

BIN
player/DevScene.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -0,0 +1,35 @@
[remap]
importer="texture"
type="StreamTexture2D"
uid="uid://bli3t3o0odrn0"
path="res://.godot/imported/DevScene.png-ef8845163812bf06c89566f218646cad.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://player/DevScene.png"
dest_files=["res://.godot/imported/DevScene.png-ef8845163812bf06c89566f218646cad.stex"]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/bptc_ldr=0
compress/normal_map=0
compress/channel_pack=0
compress/streamed=false
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/HDR_as_SRGB=false
process/size_limit=0
detect_3d/compress_to=1
svg/scale=1.0

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=6 format=3 uid="uid://b13h30ye7lv3t"]
[gd_scene load_steps=6 format=3]
[ext_resource type="PackedScene" uid="uid://br4bdx1kfh8qy" path="res://character/import/development_character_animations.glb" id="1_afwr8"]
[ext_resource type="PackedScene" path="res://player/character/import/development_character_animations.glb" id="1_afwr8"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_y1oib"]
resource_name = "white"

View file

@ -4,12 +4,12 @@ importer="scene"
importer_version=1
type="PackedScene"
uid="uid://br4bdx1kfh8qy"
path="res://.godot/imported/development_character_animations.glb-d071fa8b980a628875e4cc3e2edcc7b9.scn"
path="res://.godot/imported/development_character_animations.glb-43ced304d97bfd7b18b8317dafb683a6.scn"
[deps]
source_file="res://character/import/development_character_animations.glb"
dest_files=["res://.godot/imported/development_character_animations.glb-d071fa8b980a628875e4cc3e2edcc7b9.scn"]
source_file="res://player/character/import/development_character_animations.glb"
dest_files=["res://.godot/imported/development_character_animations.glb-43ced304d97bfd7b18b8317dafb683a6.scn"]
[params]

View file

@ -1,7 +1,7 @@
[gd_scene load_steps=4 format=3 uid="uid://cs8rlcwr3gu"]
[gd_scene load_steps=4 format=3]
[ext_resource type="PackedScene" uid="uid://b13h30ye7lv3t" path="res://character/character.tscn" id="1_718i0"]
[ext_resource type="Script" path="res://camera.gd" id="2_1s82i"]
[ext_resource type="PackedScene" path="res://player/character/character.tscn" id="1_rqqo8"]
[ext_resource type="Script" path="res://player/camera.gd" id="2_xvdvx"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_w6qjk"]
radius = 0.220923
@ -11,14 +11,14 @@ height = 2.83965
[node name="Mesh" type="Node3D" parent="."]
[node name="character" parent="Mesh" instance=ExtResource( "1_718i0" )]
[node name="character" parent="Mesh" instance=ExtResource( "1_rqqo8" )]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(0.999787, 0, 0, 0, 0.589349, 0, 0, 0, 0.371542, 0, 0.836561, 0)
shape = SubResource( "CapsuleShape3D_w6qjk" )
[node name="camera_root" type="Node3D" parent="."]
script = ExtResource( "2_1s82i" )
script = ExtResource( "2_xvdvx" )
[node name="horizontal_root" type="Node3D" parent="camera_root"]