Table of Contents
lufylegend.js engine download link" >lufylegend.js engine download link
lufylegend.js engine online API document link" >lufylegend.js engine online API document link
1, update content of version 1.6.0
2, lufylegend.js engine development example
The previous message board data has been lost, and a new discussion forum has been added. Like-minded friends are welcome to discuss together, or leave messages with me through the blog
Home Web Front-end H5 Tutorial HTML5 open source game engine lufylegend1.6.0 released

HTML5 open source game engine lufylegend1.6.0 released

Mar 01, 2017 pm 04:32 PM

lufylegend version 1.6.0 has finally been released, adding new features such as adaptive screens and filters, and updating the API documentation. The new version of the API documentation is more convenient to query.

lufylegend.js engine download link

http://lufylegend.com/lufylegend

lufylegend.js engine online API document link

http://lufylegend.com/lufylegend/api

1, update content of version 1.6.0

1, modified the bug of LAnimation mirror under Firefox browser
2, modified a bug of easing effect LTweenLite
3, added LObject in order to make the frame structure clearer and LDisplayObject class, all objects are inherited from these two classes
4, and adaptive full-screen settings
5 are added. L reads documents directly using jquery, and there is no need to set php when reading documents. Path
6, added setFrameRate function to change the frame rate
7, added filter LDropShadowFilter class
8, made a simple icon for lufylegend.js

2, lufylegend.js engine development example

1, Angry Birds


2, Fruit catching game


3, Lottery game


4, It takes 20 seconds to be a man



##For more game demos, please see the link below

http://lufylegend.com/lufylegend/demo


##3. Discussion and exchange

The previous message board data has been lost, and a new discussion forum has been added. Like-minded friends are welcome to discuss together, or leave messages with me through the blog


The above is the HTML5 open source game engine The content released by lufylegend1.6.0, for more related content, please pay attention to the PHP Chinese website (m.sbmmt.com)!


Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undress AI Tool

Undress AI Tool

Undress images for free

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

PHP Tutorial
1510
276
How to write a basic HTML5 page template? How to write a basic HTML5 page template? Jul 26, 2025 am 07:23 AM

Declare the document as HTML5 to avoid the browser from entering weird mode; 2. Define the root element and specify the language to improve accessibility and SEO; 3. It includes ensuring correct character encoding, implementing responsive design, and setting page title; 4. Place all visible content, optionally add CSS, favicon and JavaScript links; this template is complete and compatible with modern browsers, and is suitable for any new HTML file.

Defining custom vocabularies using HTML5 Schema.org markup. Defining custom vocabularies using HTML5 Schema.org markup. Jul 31, 2025 am 10:50 AM

The Schema.org tag helps search engines understand the structured data format of web page content through semantic tags (such as item scope, item type, itemprop); it can be used to define custom vocabulary, methods include extending existing types or using additionalType to introduce new types; in actual applications, keeping the structure clear, using official attributes first, testing code validity, and ensuring that custom types are accessible; precautions include accepting partial support, avoiding spelling errors, and choosing a suitable format such as JSON-LD.

How does the HTML5 parser handle errors? How does the HTML5 parser handle errors? Aug 02, 2025 am 07:51 AM

HTML5parsershandlemalformedHTMLbyfollowingadeterministicalgorithmtoensureconsistentandrobustrendering.1.Formismatchedorunclosedtags,theparserautomaticallyclosestagsandadjustsnestingbasedoncontext,suchasclosingabeforeaandreopeningitafterward.2.Withimp

What are HTML5 data attributes? What are HTML5 data attributes? Aug 06, 2025 pm 05:39 PM

HTML5dataattributesarecustom,validHTMLattributesusedtostoreextrainformationinelementsforJavaScriptorCSS.1.Theyaredefinedasdata-*attributes,likedata-user-id="123".2.Theyallowembeddingprivate,customdatadirectlyinmarkupwithoutaffectinglayoutor

How to show controls for HTML5 video? How to show controls for HTML5 video? Jul 26, 2025 am 08:11 AM

To display the playback control of HTML5 videos, you must add the controls attribute; 1. Add the controls attribute to the tag to display the default playback, pause, volume, progress bar, full screen and other controls; 2. If you need to customize the display, you can dynamically set video.controls to true or false by JavaScript; 3. The default control style varies by browser and operating system. If you need to fully customize the interface, you need to remove controls and use JavaScript to build custom controls. Adding the controls attribute is the basic and necessary step to implement playback control.

What is the difference between  and  in HTML5? What is the difference between and in HTML5? Aug 04, 2025 am 11:02 AM

Please clarify the two HTML5 elements or attributes you want to compare, such as versus, versus, or id with class, so that I can provide a clear and practical explanation of the difference.

How does the spellcheck attribute work in HTML5? How does the spellcheck attribute work in HTML5? Aug 03, 2025 pm 02:46 PM

ThespellcheckattributeinHTML5controlswhetherthebrowserchecksspellingandgrammarineditableelements.2.Itworksoninputfields,textareas,andcontenteditableelementsbyunderliningerrorsinredorgreen.3.Setitto"true"toenableor"false"todisable,

How to add an image to a webpage using HTML5? How to add an image to a webpage using HTML5? Jul 27, 2025 am 02:46 AM

The core method of adding images to a web page is to use tags and match the necessary attributes. First, use self-closed tags, and specify the image path through the src attribute, and provide alternative text; second, click jump through the tag to wrap the image; second, use HTML5 new tags to display the image and title; in addition, you can set width, height or use CSS to control the image size, and use loading="lazy" to achieve lazy loading to optimize performance.

See all articles