Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added microjogos/2025S1/projeto-plataformer/capa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions microjogos/2025S1/projeto-plataformer/capa.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://cfj0cyi2bkg84"
path="res://.godot/imported/capa.png-a53dc2d5990d8fc4a5032e25d8304178.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://microjogos/2025S1/projeto-plataformer/capa.png"
dest_files=["res://.godot/imported/capa.png-a53dc2d5990d8fc4a5032e25d8304178.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
2 changes: 2 additions & 0 deletions microjogos/2025S1/projeto-plataformer/cenas/cenas.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Coloque suas cenas aqui! A cena que vai rodar no jogo deve necessariamente ser a Main.tscn

25 changes: 25 additions & 0 deletions microjogos/2025S1/projeto-plataformer/cenas/chave.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[gd_scene load_steps=4 format=3 uid="uid://dmvafb620rp2r"]

[ext_resource type="Script" uid="uid://bemyaemsc28bw" path="res://microjogos/2025S1/projeto-plataformer/cenas/scripts/estrela.gd" id="1_odtpv"]
[ext_resource type="Texture2D" uid="uid://34j4m5mnjmc6" path="res://microjogos/2025S1/projeto-plataformer/recursos/imagens/Dungeon Tile Set.png" id="2_hh71w"]

[sub_resource type="RectangleShape2D" id="RectangleShape2D_odtpv"]
size = Vector2(19, 8)

[node name="Chave" type="Area2D"]
script = ExtResource("1_odtpv")

[node name="Sprite2D" type="Sprite2D" parent="."]
texture_filter = 1
position = Vector2(1, -3)
scale = Vector2(1.5, 1.5)
texture = ExtResource("2_hh71w")
hframes = 15
vframes = 18
frame = 146

[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
z_index = 1
shape = SubResource("RectangleShape2D_odtpv")

[connection signal="body_entered" from="." to="." method="_on_body_entered"]
Loading