This commit is contained in:
2023-10-17 14:39:21 -03:00
parent 67d097490f
commit a9d00d81a7
4 changed files with 35 additions and 19 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://crvo6k200sfuo"
path="res://.godot/imported/game tilemap.png-98c7317b9533e9267cdeb4007f481fa0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assests/game tilemap.png"
dest_files=["res://.godot/imported/game tilemap.png-98c7317b9533e9267cdeb4007f481fa0.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
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/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=4 format=3 uid="uid://dodb00uivj2qj"]
[gd_scene load_steps=4 format=3 uid="uid://dp4nln7877kq3"]
[ext_resource type="Script" path="res://src/Actors/Player.gd" id="1_qe2a3"]
[ext_resource type="Texture2D" uid="uid://bglwfp5ngk8xr" path="res://assests/placeholder.png" id="2_ctbi8"]

View File

@@ -1,18 +0,0 @@
[gd_scene load_steps=4 format=3 uid="uid://u5egnbensop5"]
[ext_resource type="Script" path="res://src/Actors/Player.gd" id="1_qe2a3"]
[ext_resource type="Texture2D" uid="uid://bglwfp5ngk8xr" path="res://assests/placeholder.png" id="2_ctbi8"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_xv46f"]
size = Vector2(121, 147)
[node name="Player" type="CharacterBody2D"]
script = ExtResource("1_qe2a3")
[node name="Placeholder" type="Sprite2D" parent="."]
position = Vector2(0, -96)
texture = ExtResource("2_ctbi8")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(-4.5, -73.5)
shape = SubResource("RectangleShape2D_xv46f")