changed directory names to lowercase
parent
ea21ddf9f3
commit
fe5c4fdfad
Before Width: | Height: | Size: 513 B After Width: | Height: | Size: 513 B |
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="StreamTexture"
|
type="StreamTexture"
|
||||||
path="res://.import/giraffe_head.png-54af3d9430172b37967e6a57a8c3275d.stex"
|
path="res://.import/giraffe_head.png-bcf8f28c785eb61baba64c1436b8ffef.stex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://Assets/giraffe_head.png"
|
source_file="res://assets/giraffe_head.png"
|
||||||
dest_files=[ "res://.import/giraffe_head.png-54af3d9430172b37967e6a57a8c3275d.stex" ]
|
dest_files=[ "res://.import/giraffe_head.png-bcf8f28c785eb61baba64c1436b8ffef.stex" ]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
importer="texture"
|
importer="texture"
|
||||||
type="StreamTexture"
|
type="StreamTexture"
|
||||||
path="res://.import/tree.png-f0858fcddf0a23aa79accde76137cff6.stex"
|
path="res://.import/tree.png-bf64094b89302dd1be83aa5edf9988ef.stex"
|
||||||
metadata={
|
metadata={
|
||||||
"vram_texture": false
|
"vram_texture": false
|
||||||
}
|
}
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
|
|
||||||
source_file="res://Assets/tree.png"
|
source_file="res://assets/tree.png"
|
||||||
dest_files=[ "res://.import/tree.png-f0858fcddf0a23aa79accde76137cff6.stex" ]
|
dest_files=[ "res://.import/tree.png-bf64094b89302dd1be83aa5edf9988ef.stex" ]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
|
@ -16,7 +16,7 @@ _global_script_class_icons={
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="giraffesnake"
|
config/name="giraffesnake"
|
||||||
run/main_scene="res://Scenes/World.tscn"
|
run/main_scene="res://scenes/World.tscn"
|
||||||
config/icon="res://icon.png"
|
config/icon="res://icon.png"
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[gd_scene load_steps=4 format=2]
|
[gd_scene load_steps=4 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://Assets/giraffe_head.png" type="Texture" id=1]
|
[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://scripts/GiraffeHead.gd" type="Script" id=2]
|
||||||
|
|
||||||
[sub_resource type="RectangleShape2D" id=1]
|
[sub_resource type="RectangleShape2D" id=1]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[gd_scene load_steps=2 format=2]
|
[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"]
|
[node name="Tree" type="Node2D"]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[gd_scene load_steps=3 format=2]
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://Scenes/GiraffeHead.tscn" type="PackedScene" id=1]
|
[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/Tree.tscn" type="PackedScene" id=2]
|
||||||
|
|
||||||
[node name="World" type="Node2D"]
|
[node name="World" type="Node2D"]
|
||||||
|
|
Loading…
Reference in New Issue