Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Endless OS Foundation
Copyright 2024–2025 Endless Access

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Moddable Pong

This mini moddable game project by [Endless OS
Foundation](https://endlessos.org) is intended to help ease the learning curve
into Godot.
This mini moddable game project by [Endless Access](https://endlessaccess.org/)
is intended to help ease the learning curve into Godot.

This sample project allows learners to engage with game creation concepts,
applying various modifications to the game itself, all without reading or
Expand Down
2 changes: 1 addition & 1 deletion asset-template.json.hb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Moddable Pong",
"description": "This mini moddable game project by Endless OS Foundation is intended to help ease the learning curve into Godot. This sample project allows learners to engage with game creation concepts, applying various modifications to the game itself, all without reading or writing any code.",
"description": "This mini moddable game project by Endless Access is intended to help ease the learning curve into Godot. This sample project allows learners to engage with game creation concepts, applying various modifications to the game itself, all without reading or writing any code.",
"category_id": "9",
"godot_version": "4.4",
"version_string": "{{ context.release.name }}",
Expand Down