Changed name capitalization

This commit is contained in:
2026-02-20 20:22:54 +11:00
parent d656ee8c5e
commit 609d448a12
23 changed files with 32 additions and 32 deletions

6
Bouncy/Bouncy.gd Normal file
View File

@@ -0,0 +1,6 @@
extends Area2D
func _on_body_entered(body) -> void:
#print("collision")
if body is BoxBoy:
body.apply_bounce()

1
Bouncy/Bouncy.gd.uid Normal file
View File

@@ -0,0 +1 @@
uid://b11al8kjnoveh

BIN
Bouncy/Bouncy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

40
Bouncy/Bouncy.png.import Normal file
View File

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cx77xahl8btw5"
path="res://.godot/imported/Bouncy.png-c7a72d25be5a75d1b43f1b03dba0d099.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Bouncy/Bouncy.png"
dest_files=["res://.godot/imported/Bouncy.png-c7a72d25be5a75d1b43f1b03dba0d099.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
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
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

32
Bouncy/Bouncy.tscn Normal file
View File

@@ -0,0 +1,32 @@
[gd_scene load_steps=5 format=3 uid="uid://b1hpr05b5sgww"]
[ext_resource type="Texture2D" uid="uid://cx77xahl8btw5" path="res://Bouncy/Bouncy.png" id="1_ljpgq"]
[ext_resource type="Script" uid="uid://b11al8kjnoveh" path="res://Bouncy/Bouncy.gd" id="1_uccqy"]
[sub_resource type="SpriteFrames" id="SpriteFrames_npa0g"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("1_ljpgq")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_qqmjc"]
size = Vector2(32, 16)
[node name="Bouncy" type="Area2D"]
script = ExtResource("1_uccqy")
metadata/_edit_group_ = true
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
sprite_frames = SubResource("SpriteFrames_npa0g")
metadata/_edit_lock_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_qqmjc")
metadata/_edit_lock_ = true
[connection signal="body_entered" from="." to="." method="_on_body_entered"]

BIN
Bouncy/bouncy.xcf Normal file

Binary file not shown.

BIN
Bouncy/floaty.xcf Normal file

Binary file not shown.