Skip to content

tgtbot/tonhackathon

Repository files navigation

Getting Started

First, run the development server:

pnpm dev

In a separate tab:

ngrok http http://localhost:3000

You will get an ngrok forwarding url. Use that ngrok url to create a new app or edit the existing app url.

Spline Mini Game

Variables:

Energy_Value

Base Value = 30, display range: 0 - 50

Love_Value

Base Value = 0, display range: 0 - infinite

Unlock Interactions

Love Value Unlock
0 CD Player
5 Album on the wall
10 Guitar on the floor
15 Dancing

How to set Variables:

setVariable("VARIABLES_NAME", VARIABLES_VALUE)

More details, please check: Spline Tool Doc

Releases

No releases published

Packages

 
 
 

Contributors