Moved godot files into a directory to keep things clean
BIN
notes/gary_pixels.xcf
Normal file
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 994 B After Width: | Height: | Size: 994 B |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
@@ -3,21 +3,23 @@
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bfyw8l1ubdnsj"
|
||||
path="res://.godot/imported/small_tree.png-6b7409adbeafd078c10945c05a21c2ab.ctex"
|
||||
path="res://.godot/imported/small_tree.png-cf75decf0f8c1df0d335279ecd86f789.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://tree/small_tree.png"
|
||||
dest_files=["res://.godot/imported/small_tree.png-6b7409adbeafd078c10945c05a21c2ab.ctex"]
|
||||
source_file="res://small_tree/small_tree.png"
|
||||
dest_files=["res://.godot/imported/small_tree.png-cf75decf0f8c1df0d335279ecd86f789.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
@@ -25,6 +27,10 @@ mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
@@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://d2re5mee0xayj"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bfyw8l1ubdnsj" path="res://tree/small_tree.png" id="1_1ao6o"]
|
||||
[ext_resource type="Script" uid="uid://clxosihgty8t5" path="res://tree/small_tree.gd" id="1_brd4x"]
|
||||
[ext_resource type="Texture2D" uid="uid://bfyw8l1ubdnsj" path="res://small_tree/small_tree.png" id="1_1ao6o"]
|
||||
[ext_resource type="Script" uid="uid://clxosihgty8t5" path="res://small_tree/small_tree.gd" id="1_brd4x"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_vb5bs"]
|
||||
size = Vector2(32, 32)
|
||||
|
Before Width: | Height: | Size: 934 B After Width: | Height: | Size: 934 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -1,6 +1,6 @@
|
||||
extends Node2D
|
||||
|
||||
@export var small_tree = preload("res://tree/small_tree.tscn")
|
||||
@export var small_tree = preload("res://small_tree/small_tree.tscn")
|
||||
|
||||
func _ready() -> void:
|
||||
randomize()
|
||||