changed directory names to lowercase

master
troido 2021-02-06 23:18:24 +01:00
parent ea21ddf9f3
commit fe5c4fdfad
9 changed files with 12 additions and 12 deletions

View File

Before

Width:  |  Height:  |  Size: 513 B

After

Width:  |  Height:  |  Size: 513 B

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/giraffe_head.png-54af3d9430172b37967e6a57a8c3275d.stex"
path="res://.import/giraffe_head.png-bcf8f28c785eb61baba64c1436b8ffef.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/giraffe_head.png"
dest_files=[ "res://.import/giraffe_head.png-54af3d9430172b37967e6a57a8c3275d.stex" ]
source_file="res://assets/giraffe_head.png"
dest_files=[ "res://.import/giraffe_head.png-bcf8f28c785eb61baba64c1436b8ffef.stex" ]
[params]

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/tree.png-f0858fcddf0a23aa79accde76137cff6.stex"
path="res://.import/tree.png-bf64094b89302dd1be83aa5edf9988ef.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Assets/tree.png"
dest_files=[ "res://.import/tree.png-f0858fcddf0a23aa79accde76137cff6.stex" ]
source_file="res://assets/tree.png"
dest_files=[ "res://.import/tree.png-bf64094b89302dd1be83aa5edf9988ef.stex" ]
[params]

View File

@ -16,7 +16,7 @@ _global_script_class_icons={
[application]
config/name="giraffesnake"
run/main_scene="res://Scenes/World.tscn"
run/main_scene="res://scenes/World.tscn"
config/icon="res://icon.png"
[input]

View File

@ -1,7 +1,7 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Assets/giraffe_head.png" type="Texture" id=1]
[ext_resource path="res://Scripts/GiraffeHead.gd" type="Script" id=2]
[ext_resource path="res://assets/giraffe_head.png" type="Texture" id=1]
[ext_resource path="res://scripts/GiraffeHead.gd" type="Script" id=2]
[sub_resource type="RectangleShape2D" id=1]

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Assets/tree.png" type="Texture" id=1]
[ext_resource path="res://assets/tree.png" type="Texture" id=1]
[node name="Tree" type="Node2D"]

View File

@ -1,7 +1,7 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Scenes/GiraffeHead.tscn" type="PackedScene" id=1]
[ext_resource path="res://Scenes/Tree.tscn" type="PackedScene" id=2]
[ext_resource path="res://scenes/GiraffeHead.tscn" type="PackedScene" id=1]
[ext_resource path="res://scenes/Tree.tscn" type="PackedScene" id=2]
[node name="World" type="Node2D"]