This commit is contained in:
pennyrigate 2025-03-01 22:05:14 -05:00
parent 2db9ff96bd
commit 8878a0f770
7 changed files with 160 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cvgdwf28yr7fw"
path="res://.godot/imported/rotoboy.png-891558f15770290d95d4e2e921e5f1d9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/rotoboy/rotoboy.png"
dest_files=["res://.godot/imported/rotoboy.png-891558f15770290d95d4e2e921e5f1d9.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ckfu1u3qxssrj"
path="res://.godot/imported/rotoboy_face.png-40d77e63cf32d24bda502d4b4fe33a25.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/textures/rotoboy/rotoboy_face.png"
dest_files=["res://.godot/imported/rotoboy_face.png-40d77e63cf32d24bda502d4b4fe33a25.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

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

View file

@ -5,9 +5,7 @@
[ext_resource type="TileSet" uid="uid://xwfn24if3pxk" path="res://assets/tilesets/chocomint.tres" id="3_4td23"]
[ext_resource type="PackedScene" uid="uid://68lav5rke5ag" path="res://objects/spring/spring.tscn" id="4_a3xei"]
[ext_resource type="PackedScene" uid="uid://b5eso40mjhlmv" path="res://objects/ice/ice.tscn" id="5_88a5a"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_fbct2"]
size = Vector2(74, 2)
[ext_resource type="PackedScene" uid="uid://bwtjfpfkykfdr" path="res://objects/rotoboy/roto_boy.tscn" id="6_pjulc"]
[node name="Level1" type="Node2D"]
@ -56,10 +54,5 @@ position = Vector2(88, 184)
[node name="Ice5" parent="." instance=ExtResource("5_88a5a")]
position = Vector2(104, 184)
[node name="StaticBody2D" type="StaticBody2D" parent="."]
position = Vector2(72, 144)
rotation = -0.433871
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2(8, 0)
shape = SubResource("RectangleShape2D_fbct2")
[node name="RotoBoy" parent="." instance=ExtResource("6_pjulc")]
position = Vector2(112, 144)

View file

@ -1,3 +1,91 @@
[gd_scene format=3 uid="uid://bwtjfpfkykfdr"]
[gd_scene load_steps=9 format=3 uid="uid://bwtjfpfkykfdr"]
[ext_resource type="Script" path="res://scripts/ball_snake.gd" id="1_7ck2q"]
[ext_resource type="Texture2D" uid="uid://cvgdwf28yr7fw" path="res://assets/textures/rotoboy/rotoboy.png" id="2_3s2uc"]
[ext_resource type="Texture2D" uid="uid://ckfu1u3qxssrj" path="res://assets/textures/rotoboy/rotoboy_face.png" id="3_gp51k"]
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_sc2kd"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_8o2cr"]
size = Vector2(48, 8)
[sub_resource type="Animation" id="Animation_eby5m"]
resource_name = "spin"
length = 5.0
loop_mode = 1
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("RotatingPiece:rotation")
tracks/0/interp = 1
tracks/0/loop_wrap = false
tracks/0/keys = {
"times": PackedFloat32Array(-0.0333333, 3, 4.2),
"transitions": PackedFloat32Array(1, 1, 1),
"update": 0,
"values": [0.0, 0.0, 12.5664]
}
[sub_resource type="Animation" id="Animation_bsslc"]
length = 0.001
tracks/0/type = "value"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath("RotatingPiece:rotation")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0),
"transitions": PackedFloat32Array(1),
"update": 0,
"values": [0.0]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_l3464"]
_data = {
"RESET": SubResource("Animation_bsslc"),
"spin": SubResource("Animation_eby5m")
}
[node name="RotoBoy" type="Node2D"]
[node name="RotatingPiece" type="Node2D" parent="."]
[node name="SnakeEndLeft" type="Node2D" parent="RotatingPiece"]
position = Vector2(-20, 0)
[node name="SnakeEndRight" type="Node2D" parent="RotatingPiece"]
position = Vector2(20, 0)
[node name="AnimatableBody2D" type="AnimatableBody2D" parent="RotatingPiece"]
physics_material_override = SubResource("PhysicsMaterial_sc2kd")
[node name="CollisionShape2D" type="CollisionShape2D" parent="RotatingPiece/AnimatableBody2D"]
shape = SubResource("RectangleShape2D_8o2cr")
[node name="BallSnakeLeft" type="Node2D" parent="." node_paths=PackedStringArray("target")]
script = ExtResource("1_7ck2q")
texture = ExtResource("2_3s2uc")
target = NodePath("../RotatingPiece/SnakeEndLeft")
segments = 2
tail_segment = false
auto_density = true
pixels_per_segment = 6.0
[node name="BallSnakeRight" type="Node2D" parent="." node_paths=PackedStringArray("target")]
script = ExtResource("1_7ck2q")
texture = ExtResource("2_3s2uc")
target = NodePath("../RotatingPiece/SnakeEndRight")
segments = 2
tail_segment = false
auto_density = true
pixels_per_segment = 6.0
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("3_gp51k")
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
"": SubResource("AnimationLibrary_l3464")
}
autoplay = "spin"