mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-24 15:01:35 +01:00
Update homepage gamejam notice
This commit is contained in:
parent
4d37f53a04
commit
d16666c0f8
@ -6,7 +6,6 @@ from app.models import *
|
|||||||
import flask_menu as menu
|
import flask_menu as menu
|
||||||
from sqlalchemy.orm import joinedload
|
from sqlalchemy.orm import joinedload
|
||||||
from sqlalchemy.sql.expression import func
|
from sqlalchemy.sql.expression import func
|
||||||
from flask_login import current_user
|
|
||||||
|
|
||||||
|
|
||||||
class GameJam:
|
class GameJam:
|
||||||
@ -14,12 +13,12 @@ class GameJam:
|
|||||||
tags = []
|
tags = []
|
||||||
|
|
||||||
def getURL(self, _name):
|
def getURL(self, _name):
|
||||||
return "https://forum.minetest.net/viewtopic.php?t=27512"
|
return "https://content.minetest.net/packages/?tag=jam_game_2021&random=1"
|
||||||
|
|
||||||
title = "Minetest Game Jam 2021"
|
title = "Minetest Game Jam 2021"
|
||||||
author = None
|
author = None
|
||||||
|
|
||||||
short_desc = "We're holding a 3-week Game Jam starting December 1st! Sharpen your gamedev skills with a chance for a cash prize."
|
short_desc = "It's now time for everyone to play and rate all 24 games"
|
||||||
type = type("", (), dict(value="Competition"))()
|
type = type("", (), dict(value="Competition"))()
|
||||||
content_warnings = []
|
content_warnings = []
|
||||||
reviews = []
|
reviews = []
|
||||||
|
Loading…
Reference in New Issue
Block a user