Skip to content

Commit

Permalink
chore: update modification time
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabaut committed Jan 31, 2025
1 parent 96d4343 commit 9865dde
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion s4c/core/cut_sheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#
# @section author_cut_spritesheet Author(s)
# - Created by jgabaut on 17/04/2023.
# - Modified by jgabaut on 19/01/2024.
# - Modified by jgabaut on 31/01/2025.

# Imports
import sys
Expand Down
2 changes: 1 addition & 1 deletion s4c/core/palette.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#
# @section author_palette Author(s)
# - Created by jgabaut on 01/09/2023.
# - Modified by jgabaut on 29/08/2024.
# - Modified by jgabaut on 31/01/2025.

# Imports
import sys
Expand Down
2 changes: 1 addition & 1 deletion s4c/core/sprites.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#
# @section author_sprites Author(s)
# - Created by jgabaut on 24/02/2023.
# - Modified by jgabaut on 19/01/2024.
# - Modified by jgabaut on 31/01/2025.

# Imports
import sys
Expand Down
2 changes: 1 addition & 1 deletion s4c/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
# @section author_utils Author(s)
# - Created by jgabaut on 19/01/2024.
# - Modified by jgabaut on 19/01/2024.
# - Modified by jgabaut on 31/01/2025.

import math
from typing import NamedTuple
Expand Down
2 changes: 1 addition & 1 deletion s4c/s4c_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#
# @section author_s4c_cli Author(s)
# - Created by jgabaut on 02/01/2024.
# - Modified by jgabaut on 17/01/2024.
# - Modified by jgabaut on 31/01/2025.

import sys
import os
Expand Down

0 comments on commit 9865dde

Please sign in to comment.