This commit is contained in:
2026-01-24 05:59:34 +01:00
commit 0a6a2317bf
100 changed files with 3464 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[gd_resource type="DayConfig" load_steps=3 format=3 uid="uid://d30pwvrr7m72j"]
[ext_resource type="HazardDef" uid="uid://pgmnp6ev1ark" path="res://Resources/Hazard_GymBro.tres" id="1_qov1i"]
[ext_resource type="PackedScene" uid="uid://dxq2510ywj1hy" path="res://Objects/bench_press.tscn" id="2_ilyy2"]
[resource]
target_weight = 25.0
mini_game_scene = ExtResource("2_ilyy2")
available_hazards = Array[HazardDef]([ExtResource("1_qov1i")])

View File

@@ -0,0 +1,11 @@
[gd_resource type="DayConfig" load_steps=3 format=3 uid="uid://b0j1f8h6tioaf"]
[ext_resource type="HazardDef" uid="uid://pgmnp6ev1ark" path="res://Resources/Hazard_GymBro.tres" id="1_x1txs"]
[ext_resource type="PackedScene" uid="uid://dx1k40qfioaas" path="res://Objects/deadlift.tscn" id="2_x1txs"]
[resource]
day_number = 1
day_title = "Day 2"
target_weight = 7.0
mini_game_scene = ExtResource("2_x1txs")
available_hazards = Array[HazardDef]([ExtResource("1_x1txs")])

View File

@@ -0,0 +1,3 @@
[gd_resource type="GameState" format=3 uid="uid://2gma8vvisnqo"]
[resource]

View File

@@ -0,0 +1,72 @@
[gd_resource type="HazardDef" load_steps=14 format=3 uid="uid://pgmnp6ev1ark"]
[ext_resource type="Texture2D" uid="uid://c43wo6u2c0d43" path="res://Sprites/chad_walk0.png" id="1_v1id6"]
[ext_resource type="Texture2D" uid="uid://dt5i4j2gvqso" path="res://Sprites/chad_walk1.png" id="2_xcd3t"]
[ext_resource type="Texture2D" uid="uid://by265t6kx8us4" path="res://Sprites/chad_walk2.png" id="3_57x2g"]
[ext_resource type="Texture2D" uid="uid://dway2w8pbk5lp" path="res://Sprites/chad_walk3.png" id="4_s8hf6"]
[ext_resource type="Texture2D" uid="uid://bunfddn1pa8pj" path="res://Sprites/chad_walk4.png" id="5_tdncn"]
[ext_resource type="Texture2D" uid="uid://664m2cxtmmur" path="res://Sprites/chad_wave0.png" id="6_twq7w"]
[ext_resource type="Texture2D" uid="uid://tu8ph6cjdwhv" path="res://Sprites/chad_wave1.png" id="7_jshom"]
[ext_resource type="Texture2D" uid="uid://b28aaketyf0t1" path="res://Sprites/chad_wave2.png" id="8_hejui"]
[ext_resource type="Texture2D" uid="uid://jyr4f2p7jbk8" path="res://Sprites/chad_wave3.png" id="9_envil"]
[ext_resource type="Texture2D" uid="uid://f013utfdsqqe" path="res://Sprites/chad_wave4.png" id="10_tcjtc"]
[ext_resource type="Texture2D" uid="uid://duryxgc54alp5" path="res://Sprites/chad_wave5.png" id="11_i0i8i"]
[ext_resource type="Texture2D" uid="uid://yy2yrm4gq6w4" path="res://Sprites/chad_wave6.png" id="12_seh7d"]
[sub_resource type="SpriteFrames" id="SpriteFrames_44y3n"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("1_v1id6")
}, {
"duration": 1.0,
"texture": ExtResource("2_xcd3t")
}, {
"duration": 1.0,
"texture": ExtResource("3_57x2g")
}, {
"duration": 1.0,
"texture": ExtResource("4_s8hf6")
}, {
"duration": 1.0,
"texture": ExtResource("5_tdncn")
}],
"loop": true,
"name": &"walking",
"speed": 12.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("6_twq7w")
}, {
"duration": 1.0,
"texture": ExtResource("7_jshom")
}, {
"duration": 1.0,
"texture": ExtResource("8_hejui")
}, {
"duration": 1.0,
"texture": ExtResource("9_envil")
}, {
"duration": 1.0,
"texture": ExtResource("10_tcjtc")
}, {
"duration": 1.0,
"texture": ExtResource("11_i0i8i")
}, {
"duration": 1.0,
"texture": ExtResource("12_seh7d")
}],
"loop": true,
"name": &"waving",
"speed": 12.0
}]
[resource]
hazard_type = "GymBro"
display_name = "Chad"
animations = SubResource("SpriteFrames_44y3n")
idle_anim_name = "waving"
walk_anim_name = "walking"
time_to_fail = 3.0
min_focus_to_spawn = 0.3

View File

@@ -0,0 +1,3 @@
[gd_resource type="SoundBank" format=3 uid="uid://b8ouri8tqw8vp"]
[resource]