mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[ts][player] Fix README.md refering to the wrong .css file for player.
This commit is contained in:
parent
a0325198ca
commit
93ff066ec3
@ -54,7 +54,7 @@ You can include a module in your project via a `<script>` tag from the [unpkg](h
|
||||
|
||||
// spine-ts Player, which requires a spine-player.css as well
|
||||
<script src="https://unpkg.com/@esotericsoftware/spine-player@4.0.*/dist/iife/spine-player.js">
|
||||
<link rel="stylesheet" href="https://unpkg.com/@esotericsoftware/spine-player@4.0.*/dist/iife/spine-player.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/@esotericsoftware/spine-player@4.0.*/dist/spine-player.css">
|
||||
|
||||
// spine-ts WebGL
|
||||
<script src="https://unpkg.com/@esotericsoftware/spine-threejs@4.0.*/dist/iife/spine-webgl.js">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user