Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
1c962b2
Add: map assets
Aldo431 Apr 3, 2026
7dca901
feat: add map scene
Aldo431 Apr 3, 2026
95fd53b
feat: create base structure for shop menu
Aldo431 Apr 7, 2026
7eaaebd
feat: implement random items in shop
Aldo431 Apr 10, 2026
b1b1520
Player movement and camera follow, incomplete ball interactions
Apr 10, 2026
3929cc4
Added test scene, movement sync for 3 players. Incomplete ball mech
Apr 15, 2026
cb045d2
Switched MultiplayerSyncronizer for InputSyncronizer: send input, not…
Apr 15, 2026
aa4d751
Implemented sync timer for player movement input
Apr 15, 2026
4192c06
test: implementación básica componentes (para hacer merge)
pablocoop Apr 16, 2026
330f347
Merge remote-tracking branch 'origin/feature/player_movement' into fe…
pablocoop Apr 16, 2026
c00509c
feat: Implemented MatchScene to set match settings
pablocoop Apr 16, 2026
da95a47
feat: Implemented MatchController to manage match states
pablocoop Apr 17, 2026
3153bf5
feat: Implemented Timers and setup MatchController
pablocoop Apr 17, 2026
061b573
feat: modified main menu
Aldo431 Apr 20, 2026
2f03f6f
Player flight mode added, syncronized
Apr 23, 2026
e5af230
Alternate movement on key press added, ball interaction pending
Apr 23, 2026
4cf8296
feat: resource collect done
Aldo431 Apr 23, 2026
8fd5712
Merge branch 'feature/player-ball_movement'
pablocoop Apr 23, 2026
9a7db32
feat: add and fix sprites
Aldo431 Apr 24, 2026
9407047
feat: Add logo and changed project name
pablocoop Apr 24, 2026
4ee2c0c
fix: name typo
pablocoop Apr 24, 2026
12fbbda
add: background
Aldo431 Apr 24, 2026
3692300
feat: Add timer label
pablocoop Apr 24, 2026
b8c666a
Merge branch 'master' of https://github.com/BritoEspNya/FurriDevs_Duk…
pablocoop Apr 24, 2026
160d81c
feat: Changed timers
pablocoop Apr 24, 2026
786a13a
add: fonts
Aldo431 Apr 24, 2026
ab14a70
feat: changed lobby background
pablocoop Apr 24, 2026
741577c
feat: quickfix
pablocoop Apr 24, 2026
c241daf
fix
Aldo431 Apr 24, 2026
c7dcf52
fix: centered background on menu
pablocoop Apr 24, 2026
90cd24e
fix: centered background again c:
pablocoop Apr 24, 2026
0eca5a3
feat: Game paused in shop menu
pablocoop Apr 30, 2026
381321b
feat(wip): Implemented WIP Spear projectile attack
pablocoop Apr 30, 2026
1394187
feat: added walls
Aldo431 May 6, 2026
781f311
fix lobby
Aldo431 May 7, 2026
36b5e46
add: tree
Aldo431 May 7, 2026
79979f5
feat: finish map
Aldo431 May 10, 2026
d43c7f9
feat: add new collision shape
Aldo431 May 10, 2026
ff93fd8
fix: map collision
Aldo431 May 14, 2026
7001a30
Player walk animation and ball logic setup
BritoEspNya May 14, 2026
fc23ed4
Added player rotation adjustment while nomal movement
BritoEspNya May 15, 2026
0127618
Merge remote-tracking branch 'origin/final_map' into gameplay-basico
pablocoop May 16, 2026
834a795
fix: Sync in spear rotation
pablocoop May 16, 2026
c4e5c11
Ball attach/detach from player, only server working
BritoEspNya May 16, 2026
a07906d
fix: attach/detach working on clients
BritoEspNya May 17, 2026
ed33b4c
fix: enabled y-sort on ball, match_scene, players and balls node
BritoEspNya May 17, 2026
22cc55a
Removed test logs
BritoEspNya May 17, 2026
583a67c
Merge branch 'feature/player-ball_movement' into gameplay-essentials
pablocoop May 17, 2026
cb62d47
feat(projectiles): Add Spear weapon and Projectile scene
pablocoop May 25, 2026
182ca06
feat: Implemented Health Component as a MultiplayerSynchronizer
pablocoop May 25, 2026
bc03774
fix: Projectile scene changed
pablocoop May 25, 2026
3622358
feat: ItemData implemented
pablocoop May 25, 2026
3ce2b1f
feat(beta): Implemented Pivot for player direction/rotation
pablocoop May 25, 2026
c6599f0
fix: Weapon position
pablocoop May 27, 2026
4edc57e
fix: store and resources
Aldo431 May 27, 2026
99864d4
feat: store purchase
Aldo431 May 28, 2026
bc30cc4
fix: smaller player and only allowed actions while attached
BritoEspNya May 29, 2026
8df7f5f
feat: add item description
Aldo431 May 29, 2026
9c48782
feat: Implemented basic damage system and sync
pablocoop May 29, 2026
6382fc5
feat: Add basic implementation of Health Bars
pablocoop May 29, 2026
19ba5cc
feat(wip): basic structure of respawn
pablocoop May 29, 2026
3d8dfcc
Merge branch 'feature/shop_final' into gameplay-intermedio-h2
pablocoop May 29, 2026
3ede7f9
add: end_screen to game loop
BritoEspNya May 29, 2026
433d006
fix: merge conflict
pablocoop May 29, 2026
c1b068d
Merge remote-tracking branch 'origin/game-loop' into gameplay-test-h2v1
pablocoop May 29, 2026
e1e1eb9
fix: updated scores on match end
BritoEspNya May 29, 2026
d7257ae
feat: add random resource spawn
Aldo431 May 29, 2026
45739a1
mish
Aldo431 May 29, 2026
763a02e
feat: respawn player and drop resources
pablocoop May 29, 2026
da3b45d
Merge branch 'gameplay-intermedio-h2' into gameplay-test-h2v3
pablocoop May 29, 2026
ec2767a
Merge branch 'gameplay-test-h2v1' into gameplay-test-h2v3
pablocoop May 29, 2026
9e1b097
feat: final commit of the branch
pablocoop May 29, 2026
f894f39
feat: ball barrier
pablocoop May 29, 2026
0e918c6
fix: font size of timers
pablocoop May 29, 2026
e56919a
fix: walk animation stops when player speed near zero
BritoEspNya Jun 4, 2026
4d1a819
added: flight animation
BritoEspNya Jun 4, 2026
7a1cbd3
added ball rolling animation
BritoEspNya Jun 6, 2026
542ea3c
feat: add tree shader
Aldo431 Jun 6, 2026
bc01b8b
feat: implement perk actions
Aldo431 Jun 11, 2026
efa7f64
fix: ball rolling shader syn
BritoEspNya Jun 12, 2026
b77edbf
Update Spear.tres
BritoEspNya Jun 12, 2026
53b5805
Merge branch 'master' into animation-ball
BritoEspNya Jun 12, 2026
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
32 changes: 32 additions & 0 deletions assets/Pixel Art Top Down - Basic v1.2.3/Changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Pixel Art Top Down - Basic

1.2.3
- Fix shader errors in URP 2D for Unity 6.3.

1.2.2
- Align stairs sprites with tilemap.

1.2.1
- Some minor issues fixed.

1.2.0
- Add stairs in west and east direction.
- Stairs Layer Trigger improvement.
- Add URP 2D Lit support in Unity 6.

1.1.2
- Some minor issues fixed.

1.1.1
- Some minor issues fixed.

1.1.0
- Add URP 2D Lit support.
- Some minor issues fixed.

1.0.1
- Add Tags & Layers settings as preset
- Updated document

1.0.0
- First Release
2 changes: 2 additions & 0 deletions assets/Pixel Art Top Down - Basic v1.2.3/Documentation.url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[InternetShortcut]
URL=https://docs.cainos.net/pixel-art-top-down-basic
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions assets/Pixel Art Top Down - Basic v1.2.3/Scene Overview.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://vvl3vuykad1m"
path="res://.godot/imported/Scene Overview.png-77e4c481f90ea57b96e6b865377770ae.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/Pixel Art Top Down - Basic v1.2.3/Scene Overview.png"
dest_files=["res://.godot/imported/Scene Overview.png-77e4c481f90ea57b96e6b865377770ae.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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://ddwenvluum76e"
path="res://.godot/imported/TX Plant with Shadow.png-60313c55f724ac35c2acf7ad1f5b0b51.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/Pixel Art Top Down - Basic v1.2.3/Texture/Extra/TX Plant with Shadow.png"
dest_files=["res://.godot/imported/TX Plant with Shadow.png-60313c55f724ac35c2acf7ad1f5b0b51.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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://8lh2k03wnhx7"
path="res://.godot/imported/TX Props with Shadow.png-e75afa2649b3e1db398d5a441b6ac48c.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/Pixel Art Top Down - Basic v1.2.3/Texture/Extra/TX Props with Shadow.png"
dest_files=["res://.godot/imported/TX Props with Shadow.png-e75afa2649b3e1db398d5a441b6ac48c.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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://d1ytodn0gtvr8"
path="res://.godot/imported/TX Plant.png-05834ec76a891141162d4e9435668529.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/Pixel Art Top Down - Basic v1.2.3/Texture/TX Plant.png"
dest_files=["res://.godot/imported/TX Plant.png-05834ec76a891141162d4e9435668529.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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://cmuek42dabk1s"
path="res://.godot/imported/TX Player.png-088908473c9c9b4d153991d20c35e8a7.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/Pixel Art Top Down - Basic v1.2.3/Texture/TX Player.png"
dest_files=["res://.godot/imported/TX Player.png-088908473c9c9b4d153991d20c35e8a7.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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://duuxjucsljx1v"
path="res://.godot/imported/TX Props.png-9b4e065afdf82bd992c261ee624c0e00.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/Pixel Art Top Down - Basic v1.2.3/Texture/TX Props.png"
dest_files=["res://.godot/imported/TX Props.png-9b4e065afdf82bd992c261ee624c0e00.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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://by6fq5uybpyso"
path="res://.godot/imported/TX Shadow Plant.png-1cb3b78493b387e51946fc2f51653f90.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/Pixel Art Top Down - Basic v1.2.3/Texture/TX Shadow Plant.png"
dest_files=["res://.godot/imported/TX Shadow Plant.png-1cb3b78493b387e51946fc2f51653f90.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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://balbhqbrrdalt"
path="res://.godot/imported/TX Shadow.png-cef7a3a1d98963f5a8ccd9d95ffdfbde.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/Pixel Art Top Down - Basic v1.2.3/Texture/TX Shadow.png"
dest_files=["res://.godot/imported/TX Shadow.png-cef7a3a1d98963f5a8ccd9d95ffdfbde.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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading